---
title: localizedStringsTableName
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialeventcontroller/localizedstringstablename
---

# localizedStringsTableName

The name of the table in the bundle that contains the localized strings to be used by the AVPlayerInterstitialEventController.

## Declaration

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

## Discussion

Discussion If the value of the property is nil, it will default to “Localizable”

## See Also

### Accessing strings

- [localizedStringsBundle](avfoundation/avplayerinterstitialeventcontroller/localizedstringsbundle.md)
