---
title: resolvedLanguage
framework: backgroundassets
role: symbol
role_heading: Instance Property
path: backgroundassets/baassetpackmanifest/resolvedlanguage
---

# resolvedLanguage

The language, represented as a BCP-47 identifier, asset packs in this manifest that are localized for which the system automatically makes available locally.

## Declaration

```occ
@property (copy, readonly, nullable) NSString * resolvedLanguage;
```

## Discussion

Discussion The user’s preferred languages inform the choice of resolved language, respecting any language that your application sets manually by setting resolvedLanguage. This property may be nil if no localized asset packs are available. If the user recently changed their preferred language or if this manifest is outdated, this property’s value may be out of sync with the set of asset packs available locally.

## See Also

### Inspecting asset pack localization

- [primaryLanguage](backgroundassets/baassetpackmanifest/primarylanguage.md)
- [availableLanguages](backgroundassets/baassetpackmanifest/availablelanguages.md)
