2020-02-02 07:36 PM
Is there an inbuilt language translator for TouchGFX? For example, if i create an application in english but want an option for other languages as selected by user , do i need to create the same one again or there is an option for auto generated code which can display in the chosen language?
I will keep a startup screen which asks for preferred language. If user selects english , my code will be executed else the other one.
2020-02-03 01:29 AM
What you do is specify a language in your text spreadsheet with translations. This results in generated files that allow you to switch language at run-time. There's an example in the designer that shows how to do this.
/Martin