Forum Discussion
MaryamNooraJay
4 years agoCommunity Member
About the language
Hi!
I have to create a course in two languages: English and Chinese but I have my materials in English language, so I am asking if I can make the training in two languages or at least, do the slid...
JudyNollet
4 years agoSuper Hero
Hi, Maryam,
There are different methods for providing a course in multiple languages.
You could start the course with a slide that lets the user choose their language. Then branch to the scene with the selected language.
Or you could adjust the value of a variable based on which language is selected. Then use that value to control which language the user sees/hears on each slide.
- For example, each text box might have an English state and a Chinese state. And you'd need a trigger to change the state of each text box with a condition based on the variable's value.
- Another example: you could put the English audio on one layer, and the Chinese audio on another layer. Then use triggers to show the appropriate layer based on the variable's value.
You can find more info about conditions and variables in the User Guide: