• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Overview
2Localization means to display regional elements such as language, region, script, time zone, calendar, and date according to local linguistic habits.
3
4This module provides the following three methods for localization:
51. [Name localization](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames): Localize the names of languages, regions, scripts, currencies, calendars, and time fields (such as year, month, and day) by using **Intl.Displaynames**.
62. [Language and region name localization](i18n-language-region-display.md): Localize the names of languages and regions by using **i18n.System.getDisplayLanguage** and **i18n.System.getDisplayCountry**.
73. [Time zone name localization](i18n-time-zone-display.md): Localize the names of time zones by using **i18n.TimeZone**.
8