era Text For
open fun eraTextFor(value: Long, style: TextStyle, locale: Locale): String?
Content copied to clipboard
Get the localized ISO era text.
Return
the localized era text or null if unavailable
Parameters
value
0 for BCE or 1 for CE
locale
the locale
style
the style of the text
Throws
if the value is not 0 or 1