Type Property
型プロパティ
availableLocaleIdentifiers
The list of locale identifiers available on the system.
システム上で利用可能なロケール識別子のリスト。
Declaration
宣言
@property(class, readonly, copy) NSArray
<NSString
*> *availableLocaleIdentifiers;
Discussion
議論
A locale identifier starts with a language code, often includes a region code, and occasionally includes a script designator. See Locale IDs for more information about the structure of a locale identifier.
ロケール識別子は、言語コードで始まり、しばしば地域コードを含みます、そして時おり書体指名子を含みます。Locale IDsをロケール識別子の構造についてのさらなる情報として見てください。
Use localizedStringForLocaleIdentifier:
to obtain a human readable description of any of the locale identifiers in this list.
localizedStringForLocaleIdentifier:
を使って、このリストの中の何らかのロケール識別子の人の読みやすい記述を取得してください。
See Also
参照
Getting Known Identifiers and Codes
既知の識別子とコードを取得する
ISOCountryCodes
The list of known country or region codes.
既知の国名コードまたはリージョンコードのリスト。
Related Documentation
関連文書