class func canonicalLocaleIdentifier (from: String) -> String
Returns the canonical identifier for a given locale identification string.
ある与えられたロケール識別文字列に対する正準識別子を返します。
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 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ロケールコードを返します。