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

getLocaleMonthNames

使用公历来检索给定语言环境下一年中的月份。

Retrieves months of the year for the given locale, using the Gregorian calendar.

      
      getLocaleMonthNames(locale: string, formStyle: FormStyle, width: TranslationWidth): ReadonlyArray<string>
    
参数
locale string

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

A locale code for the locale format rules to use.

formStyle FormStyle

所需的语法形式。

The required grammatical form.

width TranslationWidth

所需的字符宽度。

The required character width.

返回值

本地化名称字符串的数组,例如,对于 en-US[January, February, ...]

ReadonlyArray<string>: An array of localized name strings. For example, [January, February, ...] for en-US.

参见