Instance Method インスタンスメソッド

objectForKey:

Returns the value of the component corresponding to the specified key. 指定されたキーに対応する構成要素の値を返します。

Declaration 宣言

- (id)objectForKey:(NSLocaleKey)key;

Parameters パラメータ

key

The component for which to return the corresponding value. For possible values, see NSLocaleKey. それに対して対応している値を返すことになる構成要素。可能な値として、NSLocaleKeyを見てください。

Return Value 戻り値

The object corresponding to key. keyに対応しているオブジェクト。

See Also 参照

Accessing Locale Information by Key キーによってロケール情報にアクセスする