Forum Discussion

AdamRyan-e66226's avatar
AdamRyan-e66226
Community Member
2 years ago

Changing the CC button in the player controls.

We are looking for a way to change the closed caption button in the built in player controls to read "STC" in place of "CC" for our clients in Quebec. How might we do this.

(we have, in the past used a custom button on the slide but are trying to get away from that).

Thanks!

  • I think you can only customise what the screen reader will read and not the visible label. I don't think it will be a simple fix even using JavaScript or CSS as you will be replacing two characters with three and the button will need to increase in size.

  • the CC-Button is not a html text button, it's a grafic svg button hard coded in the javascript files

    \html5\lib\scripts\frame.desktop.min.js

    and

    \html5\lib\scripts\frame.mobile.min.js

    if you want to change the CC-Icon, both JavaScript files had to be patched - this is not a good idea.