Instance Method
インスタンスメソッド
object(forKey:)
Returns the value of the component corresponding to the specified key.
指定されたキーに対応する構成要素の値を返します。
Parameters
パラメータ
key
The component for which to return the corresponding value. For possible values, see NSLocale.Key
.
それに対して対応している値を返すことになる構成要素。可能な値として、NSLocale.Key
を見てください。
Return Value
戻り値
The object corresponding to key
.
key
に対応しているオブジェクト。
See Also
参照
Accessing Locale Information by Key
キーによってロケール情報にアクセスする
struct NSLocale.Key
The keys used to access components of a locale.
あるロケールの構成要素にアクセスするために使われるキー。