localizedAssetPacksForLanguage:
Returns the subset of asset packs in this manifest that are available to download and that best match the specified language.
Declaration
- (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.