# 国际化(Intl) - [导入模块](#zh-cn_topic_0000001103315838_s56d19203690d4782bfc74069abb6bd71) - [权限](#zh-cn_topic_0000001103315838_section11257113618419) - [Locale](#zh-cn_topic_0000001103315838_section422715643011) - [属性](#zh-cn_topic_0000001103315838_section1778221585513) - [constructor](#zh-cn_topic_0000001103315838_section32282618302) - [toString](#zh-cn_topic_0000001103315838_section6361163518520) - [maximize](#zh-cn_topic_0000001103315838_section16459237152) - [minimize](#zh-cn_topic_0000001103315838_section8112183915517) - [DateTimeFormat](#zh-cn_topic_0000001103315838_section164003264319) - [constructor](#zh-cn_topic_0000001103315838_section740052693112) - [constructor](#zh-cn_topic_0000001103315838_section1400182613114) - [format](#zh-cn_topic_0000001103315838_section1840262614313) - [formatRange](#zh-cn_topic_0000001103315838_section4402132614312) - [resolvedOptions](#zh-cn_topic_0000001103315838_section1093513817123) - [NumberFormat](#zh-cn_topic_0000001103315838_section10453336123119) - [constructor](#zh-cn_topic_0000001103315838_section14453163693117) - [constructor](#zh-cn_topic_0000001103315838_section54533363319) - [format](#zh-cn_topic_0000001103315838_section94551936203114) - [resolvedOptions](#zh-cn_topic_0000001103315838_section13178203919219) - [DateTimeOptions](#zh-cn_topic_0000001103315838_section12882825611) - [属性](#zh-cn_topic_0000001103315838_section1059684317312) - [NumberOptions](#zh-cn_topic_0000001103315838_section7200123494410) - [属性](#zh-cn_topic_0000001103315838_section2201153419440) > **说明:** >从 API Version 6 开始支持。 ## 导入模块 ``` import intl from '@ohos.intl'; ``` ## 权限 无 ## Locale ### 属性
月份的显示格式,取值范围:"numeric", "2-digit", "long", "short", "narrow" |
||||
数字的格式化规格,取值范围:"standard", "scientific", "engineering", "compact" |
||||