getLocaleDayPeriods
检索给定语言环境的一天时段字符串。
Retrieves day period strings for the given locale.
getLocaleDayPeriods(locale: string, formStyle: FormStyle, width: TranslationWidth): Readonly<[string, 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
[AM, PM]
。
Readonly<[string, string]>
: An array of localized period strings. For example, [AM, PM]
for en-US
.