Multi language support  Our company uses 4 languages. We want the same GuiXT screen for each site and language. How can we optimize the script maintenance, showing that there is one script per language? Is it possible to test the connection language code in GuiXT and Input Assistant scripts? Or is there another solution?

To test the connection language, you can use

if Q[Language=F]

...

endif

if Q[Language=E]

..

endif

Alternatively, use language dependent scripts (GuiXT profile).