Skip to content

//core/io.islandtime.locale/Locale

Locale

common

expect class Locale

A locale.

On the JVM, this maps to java.util.Locale. On Apple platforms, this maps to NSLocale.

darwin

actual typealias Locale = <Error class: unknown class>

jvm

actual typealias Locale = java.util.Locale

Properties

Name Summary
numberStyle

common


expect val Locale.numberStyle: NumberStyle

The NumberStyle associated with this locale.
weekSettings

common


expect val Locale.weekSettings: WeekSettings

The default WeekSettings associated with this locale.