Module Intl
js_sys
The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
Intl.Collator
The Intl.DateTimeFormat object is a constructor for objects that enable language-sensitive date and time formatting.
Intl.DateTimeFormat
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
Intl.NumberFormat
The Intl.PluralRules object is a constructor for objects that enable plural sensitive formatting and plural language rules.
Intl.PluralRules
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.
Intl.getCanonicalLocales()