init(rawValue : String)
Creates a new locale key.
新しいロケールキーを作成します。
Availability 有効性
Technology
struct Key, @unchecked Sendable
Use these keys with the methods object(for
and display
.
これらのキーをメソッドobject(for
およびdisplay
で使ってください。
init(rawValue : String)
static let identifier: NSLocale.Key
static let countryCode : NSLocale.Key
static let languageCode : NSLocale.Key
static let scriptCode : NSLocale.Key
static let variantCode : NSLocale.Key
static let exemplarCharacterSet : NSLocale.Key
static let calendar: NSLocale.Key
static let collationIdentifier : NSLocale.Key
static let collatorIdentifier : NSLocale.Key
static let usesMetricSystem : NSLocale.Key
static let measurementSystem : NSLocale.Key
static let decimalSeparator : NSLocale.Key
static let groupingSeparator : NSLocale.Key
static let currencySymbol : NSLocale.Key
static let currencyCode : NSLocale.Key
static let quotationEndDelimiterKey : NSLocale.Key
static let quotationBeginDelimiterKey : NSLocale.Key
static let alternateQuotationEndDelimiterKey : NSLocale.Key
static let alternateQuotationBeginDelimiterKey : NSLocale.Key
func object(forKey : NSLocale.Key) -> Any?
func displayName (forKey : NSLocale.Key, value: Any) -> String?