Explore the Intl API
without getting lost in the docs.
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 Intl object provides access to several constructors as well as functionality common to the internationalization constructors and other language sensitive functions.
Constructor properties
Constructor for objects that enable language-sensitive date and time formatting.
- NumberFormatComming soon
Constructor for objects that enable language-sensitive number formatting.
- ListFormatComming soon
Constructor for objects that enable language-sensitive list formatting.