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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

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.