---
title: "localizedAssetPacksForLanguage:"
framework: backgroundassets
role: symbol
role_heading: Instance Method
path: "backgroundassets/baassetpackmanifest/localizedassetpacksforlanguage:"
---

# localizedAssetPacksForLanguage:

Returns the subset of asset packs in this manifest that are available to download and that best match the specified language.

## Declaration

```occ
- (NSSet<BAAssetPack *> *) localizedAssetPacksForLanguage:(NSString *) languageIdentifier;
```

## Parameters

- `languageIdentifier`: The language’s BCP-47 identifier.

## Return Value

Return Value The localized asset packs.

## Discussion

Discussion Depending on which languages are available, the returned asset packs’ respective languages may not exactly match the specified language.

## See Also

### Getting localized asset packs

- [localizedAssetPacks](backgroundassets/baassetpackmanifest/localizedassetpacks.md)
