Package-level declarations
Types
Link copied to clipboard
Options for DayOfWeekLocalizer and DayOfWeek.localize
Link copied to clipboard
Options for MonthLocalizer and Month.localize
Link copied to clipboard
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.