Type Property 型プロパティ

isoLanguageCodes

The list of known language codes. 既知の言語コードのリスト。

Declaration 宣言

class var isoLanguageCodes: [String] { get }

Discussion 議論

A language code is a short string that represent a particular language. All languages have a three-character ISO 639-2 string, while some languages also have a two-character ISO 630-1 string. See ISO 639.2 Codes for the Representation of Names of Languages for the complete list of standardized language codes. 言語コードは、ある特定の言語を表す短い文字列です。全ての言語は、3文字のISO 639-2文字列を持ちます、一方でいくつかの言語はまた2文字のISO 630-1文字列も持ちます。ISO 639.2 Codes for the Representation of Names of Languagesを標準化された言語コードの完全なリストとして見てください。

The array provided by this property contains a list of codes for all the languages the system knows about, designated by the ISO 639-1 code if available, or the ISO 639-2 code if not. Use the method localizedString(forLanguageCode:) to obtain a human readable string for any of the codes in the list. このプロパティによって提供された配列は、システムがそれについて知っている全ての言語に対するコードのリストを含みます、利用可能ならばISO 639-1コード、またはそうでなければISO 639-2コードによって指名されるものを。メソッドlocalizedString(forLanguageCode:)を使うことで、そのリストの中の何らかのコードに対して人の読みやすい文字列を入手してください。

For more information about language localization in your app, see Language and Locale IDs. あなたのアプリでの言語ローカライゼーションについてのさらなる情報として、Language and Locale IDsを見てください。

Not all language codes have supporting locale data in the system. 全ての言語コードがロケールデータをシステムにおいてサポートしているわけではありません。

See Also 参照

Getting Known Identifiers and Codes 既知の識別子とコードを取得する