- initWithLocaleIdentifier:
Initializes a locale using a given locale identifier.
与えられたロケール識別子を使ってあるロケールを初期化する。
- initWithCoder:
Returns a locale initialized from data in the given unarchiver.
与えられたアンアーカイバの中のデータから初期化されるロケールを返します。
Availability 有効性
Technology
+ (instancetype)localeWithLocaleIdentifier:(NSString
*)ident;
string
The identifier for the new locale. 新しいロケールに対する識別子。
The initialized locale. 初期化されたロケール。
- initWithLocaleIdentifier:
- initWithCoder: