static let identifier: NSLocale.Key
The locale identifier.
ロケール識別子。
static let languageCode : NSLocale.Key
The locale language code.
ロケール言語コード。
static let scriptCode : NSLocale.Key
The locale script code.
ロケール書体コード。
static let variantCode : NSLocale.Key
The locale variant code.
ロケール変種コード。
static let exemplarCharacterSet : NSLocale.Key
The exemplar character set for the locale.
このロケールに対する典型文字セット。
static let calendar: NSLocale.Key
The calendar associated with the locale.
このロケールと結び付けられたカレンダー。
static let collationIdentifier : NSLocale.Key
The collation associated with the locale.
ロケールと結び付けられた照合。
static let collatorIdentifier : NSLocale.Key
The collation identifier for the locale.
このロケールに対する照合識別子。
static let usesMetricSystem : NSLocale.Key
A flag that indicates whether the locale uses the metric system.
そのロケールがメートル法を使うかどうかを指し示すフラグ。
static let measurementSystem : NSLocale.Key
The measurement system associated with the locale.
このロケールと結び付けられた単位系。
static let decimalSeparator : NSLocale.Key
The decimal separator associated with the locale.
このロケールと結び付けられた小数分離子。
static let groupingSeparator : NSLocale.Key
The numeric grouping separator associated with the locale.
このロケールと結び付けられた数値グループ分離子。
static let currencySymbol : NSLocale.Key
The currency symbol associated with the locale.
このロケールと結び付けられた通貨表象。
static let currencyCode : NSLocale.Key
The currency code associated with the locale.
このロケールと結び付けられた通貨コード。
static let quotationEndDelimiterKey : NSLocale.Key
The end quotation symbol associated with the locale.
このロケールと結び付けられた終了引用表象。
static let quotationBeginDelimiterKey : NSLocale.Key
The begin quotation symbol associated with the locale.
このロケールと結び付けられた開始引用表象。
static let alternateQuotationEndDelimiterKey : NSLocale.Key
The alternate end quotation symbol associated with the locale.
このロケールと結び付けられた代替終了引用表象。
static let alternateQuotationBeginDelimiterKey : NSLocale.Key
The alternating begin quotation symbol associated with the locale.
このロケールと結び付けられた代替開始引用表象。