As a title says how do I change game title depending on selected language? for example if my selected language is english I want game title to say 'ENGLISH' if french - 'FRENCH' in C2 I used to run a JS script, browser -> execute javascript = "document.title = 'SOMETHING'" if condition is right. I've tried exactly the same thing in C3 and here is the video what it does, it does change the title, but when I click on 'add to home screen' - it says whatever is written in project name. I also tried 'add script' but I still get the same outcome. Any suggestion how to fix this?