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

localizedInfoDictionary

A dictionary with the keys from the bundle’s localized property list. バンドルの持つローカライズプロパティリストからのキーを持つ辞書。

Declaration 宣言

var localizedInfoDictionary: [String : Any]? { get }

Discussion 議論

This property uses the preferred localization for the current user when determining which resources to include. If the preferred localization is not available, this property chooses the most appropriate localization found in the bundle. このプロパティは、どのリソースを含めることにするか決定する時に現在のユーザに対する優先ローカライゼーションを使います。優先ローカライゼーションが利用可能でないならば、このプロパティは、バンドルの中で見つけられる最も適切なローカライゼーションを選びます。

See Also 参照

Getting Localization Information ローカライズされた情報の取得