var calendar: Calendar
The calendar for the locale, or the Gregorian calendar as a fallback.
ロケールに対する暦、または代替としてのグレゴリオ暦。
var regionCode : String?
The region code of the locale, or
nil
if it has none.
ロケールに対する地域コード、またはそれが持たないならばnil
。
var languageCode : String?
The language code of the locale, or
nil
if has none.
ロケールに対する言語コード、またはそれが持たないならばnil
。
var scriptCode : String?
The script code of the locale, or
nil
if has none.
ロケールに対する書体コード、またはそれが持たないならばnil
。
var variantCode : String?
The variant code for the locale, or
nil
if it has none.
ロケールに対する変種コード、またはそれが持たないならばnil
。
var exemplarCharacterSet : CharacterSet?
The exemplar character set for the locale, or
nil
if has none.
ロケールに対する文字セット見本、またはそれが持たないならばnil
。
var collationIdentifier : String?
The collation identifier for the locale, or
nil
if it has none.
ロケールに対する照合識別子、またはそれが持たないならばnil
。
var collatorIdentifier : String?
The collator identifier of the locale.
ロケールの照合子。
var usesMetricSystem : Bool
A Boolean that is true if the locale uses the metric system.
ロケールがメートル法を使うならばtrueであるブール値。
var decimalSeparator : String?
The decimal separator of the locale.
このロケールの小数分離子。
var groupingSeparator : String?
The grouping separator of the locale.
このロケールのグループ分離子。
var currencyCode : String?
The currency code of the locale.
このロケールの通貨コード。
var currencySymbol : String?
The currency symbol of the locale.
このロケールの通貨表象。
var quotationBeginDelimiter : String?
The quotation begin delimiter of the locale.
このロケールの引用符開始区切り。
var quotationEndDelimiter : String?
The quotation end delimiter of the locale.
このロケールの引用符終了区切り。
var alternateQuotationBeginDelimiter : String?
The alternate quotation begin delimiter of the locale.
このロケールの代替の引用符開始区切り。
var alternateQuotationEndDelimiter : String?
The alternate quotation end delimiter of the locale.
このロケールの代替の引用符終了区切り。