Locale

A locale.

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

class Locale
typealias Locale = <ERROR CLASS>
typealias Locale = Locale

Functions

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

Extensions

numberStyle
Link copied to clipboard
common

The NumberStyle associated with this locale.

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

The default WeekSettings associated with this locale.

val Locale.weekSettings: WeekSettings