JavaScript Intl Complete Reference
Intl in JavaScript is an object which is used for ECMAScript Internationalization API namespace.
The complete list of JavaScript Intl methods are listed below:
- JavaScript Intl.Collator.prototype.resolvedOptions() Method
- JavaScript Intl.Collator.supportedLocalesOf() Method
- JavaScript Intl.DateTimeFormat.supportedLocalesOf() Method
- JavaScript Intl.DateTimeFormat.prototype.resolvedOptions() Method
- JavaScript Intl.DateTimeFormat.prototype.formatRangeToParts() Method
- JavaScript Intl.DateTimeFormat.prototype.format() Method
- JavaScript Intl.DateTimeFormat.prototype.formatRange() Method
- JavaScript Intl.DateTimeFormat.prototype.formatToParts() Method
- JavaScript Intl.getCanonicalLocales() Method
- JavaScript Intl.ListFormat.prototype.format() Method
- JavaScript Intl.ListFormat.prototype.resolvedOptions() Method
- JavaScript Intl.ListFormat.prototype.formatToParts() Method
- JavaScript Intl.ListFormat.supportedLocalesOf() Method