---
title: skipControlLocalizedLabelBundleKey
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialevent/skipcontrollocalizedlabelbundlekey
---

# skipControlLocalizedLabelBundleKey

The key defined in the AVPlayerInterstitialEventController’s localizedStringsBundle that points to the localized label for the skip button.

## Declaration

```swift
var skipControlLocalizedLabelBundleKey: String? { get set }
```

## Discussion

Discussion If the value of the property is nil, the skip button may contain a generic label depending 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

### Managing skipping behavior

- [skipControlTimeRange](avfoundation/avplayerinterstitialevent/skipcontroltimerange.md)
- [AVPlayerInterstitialEvent.SkippableEventState](avfoundation/avplayerinterstitialevent/skippableeventstate.md)
