core / io.islandtime / Month / localizedName

localizedName

(iosArm64, iosX64, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) fun localizedName(style: TextStyle, locale: <ERROR CLASS> = defaultLocale()): String?

The localized name of the month, if available for the locale in the specified style. The result depends on the configured DateTimeTextProvider and may differ between platforms.

Parameters

style - the style of text

locale - the locale

Return
the localized name or null if unavailable for the specified locale

See Also

displayName

(jvm) fun localizedName(style: TextStyle, locale: Locale = defaultLocale()): String?

The localized name of the month, if available for the locale in the specified style. The result depends on the configured DateTimeTextProvider and may differ between platforms.

Parameters

style - the style of text

locale - the locale

Return
the localized name or null if unavailable for the specified locale

See Also

displayName