CollatorResolvedOptions
package js.lib.intl
import js.lib.intl.Collator
Available on js
Fields
finalread onlyusage:Usage
finalread onlysensitivity:Sensitivity
finalread onlynumeric:Bool
finalread onlylocale:String
The BCP 47 language tag for the locale actually used. If any Unicode extension values were requested in the input BCP 47 language tag that led to this locale, the key-value pairs that were requested and are supported for this locale are included in locale
.
finalread onlyignorePunctuation:Bool
The values provided for these properties in the options
argument or filled in as defaults.
finalread onlycollation:Collation
he value requested using the Unicode extension key "co"
, if it is supported for Locale
, or Default
.
finalread onlycaseFirst:CaseFirst
The values requested for these properties in the options argument or using the Unicode extension keys "kn"
and "kf"
or filled in as defaults. If the implementation does not support these properties, they are omitted.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/intl/CollatorResolvedOptions.html