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

countryCode

The country or region code for the locale. このロケールに対する国名コードまたはリージョンコード。

Declaration 宣言

var countryCode: String? { get }

Discussion 議論

Examples of country or region codes include "GB", "FR", and "HK".

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

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

See Also 参照

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

Related Documentation 関連文書