getLocaleMonthNames
function
deprecatedsince v18
Retrieves months of the year for the given locale, using the Gregorian calendar.
Deprecation warning
API
function getLocaleMonthNames(
locale: string,
formStyle: FormStyle,
width: TranslationWidth,
): readonly string[];@paramlocale
stringA locale code for the locale format rules to use.
@returns
readonly string[]An array of localized name strings.
For example, [January, February, ...] for en-US.
Jump to details