localize

fun DayOfWeek.localize(options: DayOfWeekOptions = DayOfWeekOptions(), locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this DayOfWeek for use in a standalone context.

See also


fun Month.localize(options: MonthOptions = MonthOptions(), locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this Month for use in a standalone context.

See also


fun TimeZone.localize(options: TimeZoneOptions = TimeZoneOptions(), locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this TimeZone for use in a standalone context.

See also