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

localeIdentifier

The identifier for the locale. このロケールに対する識別子。

Declaration 宣言

var localeIdentifier: String { get }

Discussion 議論

Examples of locale identifiers include "en_GB", "es_ES_PREEURO", and "zh-Hant_HK_POSIX@collation=pinyin;currency=CNY". ロケール識別子の例は、"en_GB""es_ES_PREEURO"、そして"zh-Hant_HK_POSIX@collation=pinyin;currency=CNY"があります。

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

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

See Also 参照

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

Related Documentation 関連文書