---
title: availableChapterLocales
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/availablechapterlocales
---

# availableChapterLocales

The locales of an asset’s chapter metadata.

## Declaration

```swift
static var availableChapterLocales: AVAsyncProperty<Root, [Locale]> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value.

## See Also

### Loading chapter metadata

- [loadChapterMetadataGroups(withTitleLocale:containingItemsWithCommonKeys:)](avfoundation/avasset/loadchaptermetadatagroups(withtitlelocale:containingitemswithcommonkeys:).md)
- [loadChapterMetadataGroups(bestMatchingPreferredLanguages:completionHandler:)](avfoundation/avasset/loadchaptermetadatagroups(bestmatchingpreferredlanguages:completionhandler:).md)
