Skip to main content
biki
Associate II
February 3, 2020
Question

Is there an inbuilt language translator for TouchGFX?

  • February 3, 2020
  • 1 reply
  • 732 views

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.

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
February 3, 2020

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