static func canonicalIdentifier (from: String) -> String
Returns a canonical identifier from the given string.
与えられた文字列から正準識別子を返します。
static func components(fromIdentifier : String) -> [String : String]
Returns a dictionary that splits an identifier into its component pieces.
ある識別子をそれの構成要素断片へと分割するある辞書を返します。
static func identifier(fromComponents : [String : String]) -> String
Constructs an identifier from a dictionary of components.
構成要素いくつかからなる辞書からある識別子を組み立てます。
static func identifier(fromWindowsLocaleCode : Int) -> String?
Returns the locale identifier from a given Windows locale code, or
nil
if it could not be converted.
与えられたWindowsロケールコードからロケール識別子を返します、またはそれが変換できなかったならばnil
。
static func windowsLocaleCode (fromIdentifier : String) -> Int?
Returns the Windows locale code from a given identifier, or
nil
if it could not be converted.
与えられた識別子からWindowsロケールコードを返します、またはそれが変換できなかったならばnil
。