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.
Return
the localized name or null if unavailable for the specified locale
See Also
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.
Return
the localized name or null if unavailable for the specified locale
See Also