Locale

class Locale

A locale.

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

typealias Locale = <ERROR CLASS>
typealias Locale = Locale

Extensions

numberStyle
Link copied to clipboard
common
val Locale.numberStyle: NumberStyle

The NumberStyle associated with this locale.

weekSettings
Link copied to clipboard
common
val Locale.weekSettings: WeekSettings

The default WeekSettings associated with this locale.