About
You can customize the text displayed in the player through the player's Advanced Settings. This configuration isn't exposed in the standard Player Studio interface.
Use this setting to replace the default player text for one or more languages, including control labels, status messages, and error messages.
Access the advanced settings
VOD Audio Reels
- Log in to your Rich Media CMS and click the Studio tab.
- Click the player you want to edit from the list (or use the search bar in the top right).
- Scroll to the bottom of the player settings and click Advanced Settings.

The Player Studio page displays.
If you haven't created a player yet, check out our article Create a player for guidance.

The player settings display.


The advanced settings editor opens.

Customize player text
- In the Advanced Settings panel, hover over text then click the green+ icon.
- In the box, enter translations, then click the green checkmark or press 'enter'.
- Hover over the translations setting and click the green edit icon.
- Replace the null value with your translation configuration exactly as shown below (make sure to include the opening and closing curly brackets { }), then click the small green checkmark.

The Key Name box displays.

The new 'translations' setting displays.

A box containing a null value displays.


In this example:
- en specifies the language.
- kalturaLive and controls identify the groups of player text to update.
- offline_title and play identify the text to replace.
- "Custom title" and "My play button" are the replacement text that will be displayed in the player.
It will look something like this:

When entering JSON:
- Make sure each line ends with a comma except the last one before a closing bracket.
- Use double quotes " around key names and string values.