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

localizedString(forCollatorIdentifier:)

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

Declaration 宣言

func localizedString(forCollatorIdentifier collatorIdentifier: String) -> String?

Parameters パラメータ

collatorIdentifier

The identifier for the collator whose name you want. あなたがそれの名前を要求するコレーターに対する識別子。

Return Value 戻り値

The localized name of the collator. そのコレーターに対するローカライズされた名前。

Discussion 議論

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

See Also 参照

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