Results 1 - 2 of 2

Intl.getCanonicalLocales()

The Intl.getCanonicalLocales() method returns an array containing the canonical locale names. Duplicates will be omitted and elements will be validated as structurally valid language tags.
Internationalization Intl JavaScript Method

Intl.DateTimeFormat.prototype.formatToParts()

The Intl.DateTimeFormat.prototype.formatToParts() method allows locale-aware formatting of strings produced by DateTimeFormat formatters.
DateTimeFormat Internationalization Intl JavaScript Method Prototype