Contents

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