Instance Property インスタンスプロパティ

languageCode

The language code for the locale. このロケールに対する言語コード。

Declaration 宣言

@property(readonly, copy) NSString *languageCode;

Discussion 議論

Examples of language codes include "en", "es", and "zh". 言語コードの例は、"en""es"、そして"zh"があります。

Use localizedStringForLanguageCode: to obtain a version of the value suitable for display to the user. localizedStringForLanguageCode:を使って、ユーザに表示するのに適した、この値の別形式を入手してください。

This property contains the same value returned by the objectForKey: method when passing the NSLocaleLanguageCode key. このプロパティは、objectForKey:メソッドにNSLocaleLanguageCodeキーを渡す場合に返されるのと同じ値を含みます。

See Also 参照

Getting Information About a Locale ロケールについての情報を取得する

Related Documentation 関連文書