I am adapting Shaka player to our website and got stuck in the following:
How do I configure the player to let me choose the languages?
Thank you for your help!
PS: Following later steps of the tutorial, I can change the languages, but the buttons are outside the video window, see here. This gives me headache later on, when I proceed to offline DRM.
found the problem: wrong linking of css file in the html:
include a css file like this:
<link rel="stylesheet" href="../css/filename.css">
and not like a js script.