Type Method 型メソッド

localeWithLocaleIdentifier:

Returns a locale initialized using the given locale identifier. 与えられたロケール識別子を使って初期化されたあるロケールを返します。

Declaration 宣言

+ (instancetype)localeWithLocaleIdentifier:(NSString *)ident;

Parameters パラメータ

string

The identifier for the new locale. 新しいロケールに対する識別子。

Return Value 戻り値

The initialized locale. 初期化されたロケール。

See Also 参照

Initializing a Locale ロケールを初期化する