Locale
open class Locale(tag: UnicodeBCP47LocaleIdentifier, options: LocaleOptions = definedExternally) : LocaleOptions(source)
Functions
Link copied to clipboard
Returns a list of one or more unique calendar identifiers for this locale.
Link copied to clipboard
Returns a list of one or more collation types for this locale.
Link copied to clipboard
Returns a list of one or more unique hour cycle identifiers for this locale.
Link copied to clipboard
Returns a list of one or more unique numbering system identifiers for this locale.
Link copied to clipboard
Returns the ordering of characters indicated by either ltr (left-to-right) or by rtl (right-to-left) for this locale.
Link copied to clipboard
Returns a list of supported time zones for this locale.
Link copied to clipboard
Returns a WeekInfo object with the properties firstDay, weekend and minimalDays for this locale.