---
title: localizedStringsBundle
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialeventcontroller/localizedstringsbundle
---

# localizedStringsBundle

The bundle that contains the localized strings to be used by the AVPlayerInterstitialEventController.

## Declaration

```swift
@NSCopying var localizedStringsBundle: Bundle? { get set }
```

## Discussion

Discussion If the value of the property is nil, any UI elements triggered by the AVPlayerInterstitialEventController, such as the skip button, may contain a generic label based on the implementation of the UI that’s in use. To ensure the best available user experience in various playback configurations, including external playback, set a value for this property that provides localized translations of skip control labels.

## See Also

### Accessing strings

- [localizedStringsTableName](avfoundation/avplayerinterstitialeventcontroller/localizedstringstablename.md)
