Package-level declarations
Types
Link copied to clipboard
Class to localize a DayOfWeek.
actual class DayOfWeekLocalizer : PolyglotDateTimeLocalizer<ERROR CLASS: Symbol not found for DayOfWeek>
Class to localize a DayOfWeek.
Class to localize a DayOfWeek.
Link copied to clipboard
data class DayOfWeekOptions(val style: DayOfWeekStyle = DayOfWeekStyle.WIDE) : PolyglotLocalizerOptions<DayOfWeekLocalizer>
Options for DayOfWeekLocalizer and DayOfWeek.localize
Link copied to clipboard
data class MonthOptions(val style: MonthStyle = MonthStyle.WIDE) : PolyglotLocalizerOptions<MonthLocalizer>
Options for MonthLocalizer and Month.localize
Link copied to clipboard
Class to localize a standalone TimeZone for standalone usage.
actual class TimeZoneLocalizer : PolyglotDateTimeLocalizer<ERROR CLASS: Symbol not found for TimeZone>
Class to localize a standalone TimeZone for standalone usage.
Class to localize a standalone TimeZone for standalone usage.
Link copied to clipboard
data class TimeZoneOptions(val style: TimeZoneStyle.Generic = TimeZoneStyle.Generic.LOCATION) : PolyglotLocalizerOptions<TimeZoneLocalizer>
Options for TimeZoneLocalizer and TimeZone.localize
Functions
Link copied to clipboard
fun DayOfWeek.localize(options: DayOfWeekOptions = DayOfWeekOptions(), locale: PlatformLocale = getDefaultLocale()): String
Localizes this DayOfWeek for use in a standalone context.
fun Month.localize(options: MonthOptions = MonthOptions(), locale: PlatformLocale = getDefaultLocale()): String
Localizes this Month for use in a standalone context.
fun TimeZone.localize(options: TimeZoneOptions = TimeZoneOptions(), locale: PlatformLocale = getDefaultLocale()): String
Localizes this TimeZone for use in a standalone context.