# Internationalization (intl) > **NOTE:** >- The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. >- This module contains standard i18n APIs, which are defined in ECMA 402. ## Modules to Import ``` import Intl from '@ohos.intl'; ``` ## Required Permissions None ## Locale ### Attributes
A string containing locale information, including the language, optional script, and locale. |
A string containing locale information, including the language, optional script, and locale. |
|||
A string containing locale information, including the language, optional script, and locale. |
|||
A string containing locale information, including the language, optional script, and locale. |
|||
A string containing locale information, including the language, optional script, and locale. |
|||
Number for which the singular-plural type is to be obtained. |
Singular-plural type. The options are as follows: zero, one, two, few, many, and others. |
A string containing locale information, including the language, optional script, and locale. |
|||
Unit to format. The value can be year, quarter, month, week, day, hour, minute, or second. |