+ canonicalLocaleIdentifierFromString:
+ localeIdentifierFromComponents:
+ canonicalLanguageIdentifierFromString:
+ localeIdentifierFromWindowsLocaleCode:
+ windowsLocaleCodeFromLocaleIdentifier:
Availability 有効性
Technology
+ (NSDictionary
<NSString
*,NSString
*> *)componentsFromLocaleIdentifier:(NSString
*)string;
string
A locale ID, consisting of language, script, country, variant, and keyword/value pairs, for example, "en
.
あるロケールID、それは言語、書体、国、変種、そしてキーワード/値ペアからなります、例えば、"en
。
A dictionary that is the result of parsing string
as a locale ID. The keys are the constant NSString constants corresponding to the locale ID components, and the values correspond to constants where available. For possible values, see NSLocale
.
string
をロケールIDとして構文解析する結果である辞書。キーは、ロケールID構成要素に対応するNSString定数からなります、そして値はそこで利用可能な定数に対応します。可能な値として、NSLocale
を見てください。
For example, the locale identifier "en
yields a dictionary with three entries: NSLocale
=en
, NSLocale
=US
, and NSLocale
=
NSJapanese
.
例えば、ロケール識別子"en
は3つの登録項目:NSLocale
=en
、NSLocale
=US
、そしてNSLocale
=
NSJapanese
を持つある辞書を生成します。
+ canonicalLocaleIdentifierFromString:
+ localeIdentifierFromComponents:
+ canonicalLanguageIdentifierFromString:
+ localeIdentifierFromWindowsLocaleCode:
+ windowsLocaleCodeFromLocaleIdentifier: