Creating an animation in multiple languages

Hi everyone !

I’m trying to use Hype 3. And I have a question, is it possible to use 2 different languages on the same scene, and change the language on the scene the url is like this : www.my-web-page.com/fr/ or like this : www.my-web-page.com/en/ ?

Sorry for my English :wink:

Thanks for your help !

Paul.

By using JavaScript, you could detect the visitor's browser language. Then, the text inside an element can be changed.

Have a look at this thread.