---
title: localizedInfoDictionary
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/bundle/localizedinfodictionary
---

# localizedInfoDictionary

A dictionary with the keys from the bundle’s localized property list.

## Declaration

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

## Discussion

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

- [localizations](foundation/bundle/localizations.md)
- [preferredLocalizations](foundation/bundle/preferredlocalizations.md)
- [developmentLocalization](foundation/bundle/developmentlocalization.md)
- [preferredLocalizations(from:)](foundation/bundle/preferredlocalizations(from:).md)
- [preferredLocalizations(from:forPreferences:)](foundation/bundle/preferredlocalizations(from:forpreferences:).md)
