LocaleOptions$Typings extension

on

Properties

baseName String?
A string containing the language, and the script and region if available.
getter/setter pair
calendar String?
The part of the Locale that indicates the locale's calendar era.
getter/setter pair
caseFirst LocaleCollationCaseFirst?
Flag that defines whether case is taken into account for the locale's collation rules.
getter/setter pair
collation String?
The collation type used for sorting
getter/setter pair
hourCycle LocaleHourCycleKey?
The time keeping format convention used by the locale.
getter/setter pair
language String?
The primary language subtag associated with the locale.
getter/setter pair
numberingSystem String?
The numeral system used by the locale.
getter/setter pair
numeric bool?
Flag that defines whether the locale has special collation handling for numeric characters.
getter/setter pair
region String?
The region of the world (usually a country) associated with the locale. Possible values are region codes as defined by ISO 3166-1.
getter/setter pair
script String?
The script used for writing the particular language used in the locale. Possible values are script codes as defined by ISO 15924.
getter/setter pair