<img src="https://img.shields.io/badge/%20-ENTERPRISE-B10031" style="float:left"/><br /> <img src="https://img.shields.io/badge/iOS-V4-009727?logo=apple" style="float:left"/><br />
The iOS SDK selects the appropriate string from one of the available string tables. The SDK searches the string tables in the following order:
Main bundle string tables in the app
String tables in the `
JWPlayerKit
` (iOS SDK)English string tables in the iOS SDK
By creating a string table for a language, you can customize the displayed string for menus, title bars, and strings in many other interfaces. Your language-specific string table will override the string tables in the iOS SDK.
You can create string tables for any language, allowing you to customize the video experience for your global users.
There are a handful of classes created by our builders which take a string as an argument. These values are not localized by the SDK. Instead, you should provide a localized string to these structures, or override their default in your string tables using our string keys.
For example, in `
JWAdInterfaceStyleBuilder
` there are string properties for `skipText
`, `countdownText
`, and `skipDelayText
`. These strings will be displayed as provided. Thus, if you set one to “Skip Ahead” the text displayed is “Skip Ahead” and is not looked up from the string table.
<br /> <hr />
## Requirements
JWPlayerKit 4.3.0+ (iOS)
<br /> <hr />
## Default Supported Languages
The iOS SDK supports localization for the languages in the following table.
<br />
## Enable localization
### General
Use the following steps to enable localization:
Create <a href="https://developer.apple.com/documentation/xcode/adding-support-for-languages-and-regions" target="_blank">language-specific string tables</a> for the app. Refer to the [String Reference](🔗) to see the list of customizable strings in the player.
In the **info.plist** of the app, add the `
CGBundleAllowMixedLocalizations
` key and set the value to `YES
`. When added to **info.plist**, the key appears as **Localized resources can be mixed**.

Localized resources can be mixed setting in the info.plist file
<br />
### Google IMA
By default, Google IMA uses the language specified in the user’s default settings.
Use the following steps to override the default settings:
Use `
JWImaSettingsBuilder()
` to create a `JWImaSettings object
`.Define `
locale
` with the two-letter language code.
<br /> <hr />
## String Reference
### General Strings
The following table lists all strings that can be customized for a language-specific string table. The default English string is listed for each string.
<br />
### Accessibility
The following table lists all the customizable accessibility labels and values. The default English string is listed for each string.
Refer to <a href="https://developer.apple.com/documentation/objectivec/nsobject/uiaccessibility" target="_blank">Apple's documentation</a> for further information on these properties and how they affect the user experience.
<br />