var localeIdentifier : String
The identifier for the locale.
このロケールに対する識別子。
var countryCode : String?
The country or region code for the locale.
このロケールに対する国名コードまたはリージョンコード。
var languageCode : String
The language code for the locale.
このロケールに対する言語コード。
var scriptCode : String?
The script code for the locale.
このロケールに対する書体コード。
var variantCode : String?
The variant code for the locale.
このロケールに対する変種コード。
var exemplarCharacterSet : CharacterSet
The exemplar character set for the locale.
このロケールに対する典型文字セット。
var collationIdentifier : String?
The collation identifier for the locale.
このロケールに対する照合識別子。
var collatorIdentifier : String
The collator identifier for the locale.
このロケールに対するコレーター識別子。
var usesMetricSystem : Bool
A Boolean value that indicates whether the locale uses the metric system.
そのロケールがメートル法を使うかどうかを指し示すブール値。
var decimalSeparator : String
The decimal separator for the locale.
このロケールに対する小数分離子。
var groupingSeparator : String
The grouping separator for the locale.
このロケールに対するグループ分離子。
var currencyCode : String?
The currency code for the locale.
このロケールに対する通貨コード。
var calendarIdentifier : String
The calendar identifier for the locale.
このロケールに対するカレンダー識別子。
var quotationBeginDelimiter : String
The begin quotation symbol for the locale.
このロケールに対する開始引用表象。
var quotationEndDelimiter : String
The end quotation symbol for the locale.
このロケールに対する終了引用表象。
var alternateQuotationBeginDelimiter : String
The alternate begin quotation symbol for the locale.
このロケールに対する代替開始引用表象。
var alternateQuotationEndDelimiter : String
The alternate end quotation symbol for the locale.
このロケールに対する代替終了引用表象。