<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundAssets",
  "identifier" : "/documentation/BackgroundAssets/BAAssetPackManifest/localizedAssetPacksForLanguage:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "c:objc(cs)BAAssetPackManifest(im)localizedAssetPacksForLanguage:"
  },
  "title" : "localizedAssetPacksForLanguage:"
}
-->

# localizedAssetPacksForLanguage:

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

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

## Parameters

`languageIdentifier`

The language’s BCP-47 identifier.

## Return Value

The localized asset packs.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)