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

initWithCoder:

Returns a locale initialized from data in the given unarchiver. 与えられたアンアーカイバの中のデータから初期化されるロケールを返します。

Declaration 宣言

- (instancetype)initWithCoder:(NSCoder *)coder;

Parameters パラメータ

aDecoder

The decoder to use during initialization. 初期化の間に使うデコーダ。

Return Value 戻り値

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

See Also 参照

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

Related Documentation 関連文書