init?(coder: NSCoder)
Returns a locale initialized from data in the given unarchiver.
与えられたアンアーカイバの中のデータから初期化されるロケールを返します。
Availability 有効性
Technology
init(localeIdentifier string: String
)
string
The identifier for the new locale. 新しいロケールに対する識別子。
The initialized locale. 初期化されたロケール。
This method is the designated initializer for this class. このメソッドは、このクラスに対する指定イニシャライザです。
init?(coder: NSCoder)