填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

getLocaleEraNames

检索给定语言环境的格里高利历日历。

Retrieves Gregorian-calendar eras for the given locale.

      
      getLocaleEraNames(locale: string, width: TranslationWidth): Readonly<[string, string]>
    
参数
locale string

用于要使用的语言环境格式规则的语言环境代码。

A locale code for the locale format rules to use.

width TranslationWidth

所需的字符宽度。

The required character width.

返回值

本地化年代字符串的数组。例如,对于 en-US,是 [AD, BC]

Readonly<[string, string]>: An array of localized era strings. For example, [AD, BC] for en-US.

参见