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
Options for DayOfWeekLocalizer and DayOfWeek.localize
Link copied to clipboard
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
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.