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

localizedString(forCollationIdentifier:)

Returns the localized string for the specified collation identifier. 指定された照合識別子に対するローカライズされた文字列を返します。

Declaration 宣言

func localizedString(forCollationIdentifier collationIdentifier: String) -> String?

Parameters パラメータ

collationIdentifier

The identifier for the collation whose name you want. あなたがそれの名前を要求する照合に対する識別子。

Return Value 戻り値

The localized name for the collation. その照合に対するローカライズされた名前。

Discussion 議論

For example, calling this method on an American English (en_US) locale, passing "phonebook" for collationIdentifier, produces the string "Phonebook Sort Order". 例えば、このメソッドをアメリカ英語(en_US)ロケール上で、"phonebook"collationIdentifierに渡して呼び出すことは、文字列"Phonebook Sort Order"を生成します。

This method is equivalent to calling the displayName(forKey:value:) method passing the collationIdentifier key and collationIdentifier value. このメソッドは、displayName(forKey:value:)メソッドをcollationIdentifierキーとcollationIdentifier値を渡して呼び出すことに等しいです。

See Also 参照

Getting Display Information About a Locale あるロケールについての表示情報を取得する