Overview
Localization means to display regional elements such as language, region, script, time zone, calendar, and date according to local linguistic habits.
This module provides the following three methods for localization:
- Name localization: Localize the names of languages, regions, scripts, currencies, calendars, and time fields (such as year, month, and day) by using Intl.Displaynames.
- Language and region name localization: Localize the names of languages and regions by using i18n.System.getDisplayLanguage and i18n.System.getDisplayCountry.