Instance Property インスタンスプロパティ

collationIdentifier

The collation identifier for the locale. このロケールに対する照合識別子。

Declaration 宣言

var collationIdentifier: String? { get }

Discussion 議論

Example collation identifiers include "phonebook" and "pinyin". 照合識別子の例は"phonebook"そして"pinyin"があります。

Use localizedString(forCollationIdentifier:) to obtain a version of the value suitable for display to the user. localizedString(forCollationIdentifier:)を使って、ユーザに表示するのに適した、この値の別形式を入手してください。

This property contains the same value returned by the object(forKey:) method when passing the collationIdentifier key. このプロパティは、object(forKey:)メソッドにcollationIdentifierキーを渡す場合に返されるのと同じ値を含みます。

See Also 参照

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