Intl is a component that wraps the native Intl ECMAScript API and allows developers to make their applications accessible and user-friendly across different languages and regions.
It provides a range of functions to handle text, numbers, dates, and times in a way that respects the conventions and preferences of diverse cultures worldwide. With Intl, developers can easily format and manipulate these elements according to the specific requirements of various languages and regions, ensuring a seamless user experience regardless of where their audience is located.
Provides the following functions:
- Intl_FormatRelativeTime
- Intl_FormatDateTime
- Intl_FormatDateRange
- Intl_FormatNumber
- Intl_DisplayName
- Intl_FormatList
- Intl_PluralRules
(... and more to come)