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

scriptCode

The script code for the locale. このロケールに対する書体コード。

Declaration 宣言

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

Discussion 議論

Examples of script codes include "Latn" and "Hant". 書体コードの例は"Latn"そして"Hant"があります。

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

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

See Also 参照

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