class func components(fromLocaleIdentifier : String) -> [String : String]
Returns a dictionary that is the result of parsing a locale ID.
あるロケールIDを構文解析する結果である辞書を返します。
class func localeIdentifier (fromComponents : [String : String]) -> String
Returns a locale identifier from the components specified in a given dictionary.
ある与えられた辞書において指定される構成要素それらからあるロケール識別子を返します。
class func canonicalLanguageIdentifier (from: String) -> String
Returns a canonical language identifier by mapping an arbitrary locale identification string to the canonical identifier.
いいかげんなロケール識別文字列の正準識別子へのマッピングによってある正準言語識別子を返します。
class func localeIdentifier (fromWindowsLocaleCode : UInt32) -> String?
Returns a locale identifier from a Windows locale code.
Windowsロケールコードからあるロケール識別子を返します。
class func windowsLocaleCode (fromLocaleIdentifier : String) -> UInt32
Returns a Window locale code from the locale identifier.
ロケール識別子からWindowsロケールコードを返します。