localizedName

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.

Return

the localized name or null if unavailable for the specified locale

See also

displayName
Link copied to clipboard

Parameters

locale

the locale

style

the style of text

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