---
title: localizedAssetPacks
framework: backgroundassets
role: symbol
role_heading: Instance Property
path: backgroundassets/assetpackmanifest/localizedassetpacks
---

# localizedAssetPacks

The subset of asset packs in this manifest that best match the current preferred languages.

## Declaration

```swift
var localizedAssetPacks: Set<AssetPack> { get }
```

## Mentioned in

Reducing download and storage demands with localized asset packs

## See Also

### Getting localized asset packs

- [localizedAssetPacks(for:)](backgroundassets/assetpackmanifest/localizedassetpacks(for:).md)
