Dear All,
Developed VC4 with English Language i want to add multiple language in VC4.
Dear All,
Developed VC4 with English Language i want to add multiple language in VC4.
Hi, if you need to add languages to VC4, in the logical view open your VC4 project:
-Shared Resources → Add Language (index for managing language from logical view).
To change language when building a page graphic (if there are multiple languages defined in the VC4 project and for the texts defined on the page you have inserted the translations):
-<Your_VC4_projName> → Pages → Click on a Page → dropDown tool.
Properties to manage language change, open your VC4 and select the root name of your project (single screen icon):
-Default → boot language,
-Runtime → var for the actual language (var2) and to activate the new language (var3).
To toggle between languages:
-In VC4 create a key that set a variable var1 (trigger request to change language)
-In logicalView (for example in an ST program) you have to manage the trigger working on the value of var2 and var3.