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

variantCode

The variant code for the locale. このロケールに対する変種コード。

Declaration 宣言

@property(nullable, readonly, copy) NSString *variantCode;

Discussion 議論

Examples of variant code include "POSIX" and "PREEURO". 変種コードの例は"POSIX"そして"PREEURO"があります。

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

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

See Also 参照

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