Type Method 型メソッド

canonicalLanguageIdentifierFromString:

Returns a canonical language identifier by mapping an arbitrary locale identification string to the canonical identifier. いいかげんなロケール識別文字列の正準識別子へのマッピングによってある正準言語識別子を返します。

Declaration 宣言

+ (NSString *)canonicalLanguageIdentifierFromString:(NSString *)string;

Parameters パラメータ

string

A string representation of an arbitrary locale identifier. あるいい加減なロケール識別子の文字列表現。

Return Value 戻り値

A string that represents the canonical language identifier for the specified arbitrary locale identifier. 指定されたいい加減なロケール識別子に対する正準言語識別子を表す文字列。

See Also 参照

Converting Between Identifiers 識別子間で変換する