Sets the languageCode string of the player’s UI translations.
See SetTranslation() for a more complete example.
An example usage might look like this:
const player1 = TOnlineMediaplayerFramework.New(document.getElementById('player-88299612'));
player1.SetLanguage("de");
player1.Finish();