The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
MDN
The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
MDN
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
MDN
The Intl object is the namespace for the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting.
The constructors for Collator, NumberFormat, and DateTimeFormat objects are properties of the Intl object. This page documents these properties as well as functionality common to the internationalization constructors and other language sensitive functions.
MDN