Hi,
I want to develope a distributable that allows multi language user interface selection; despite the fact the question has been asked a considerable number of times I haven't found a good solution yet in the community discussion / NI documentation (most likely my fault...).
The approach I did in the past was to create a multi columns ascii file (one column for each language) and dynamically retrieve string and change captions, labels etc. one by one at VI startup (look code image below). It works, but is a good solution for a simple user interface with a limited number of objects to be translated. The application I'm going to devolope is quite big one, and I want to avoid wasting time in handling every single caption the way I did till now.
Recently I've used some Scada / HMI developing software and it is astonishing simple to realize multi language UI, but maybe I'm missing something in Labview.
I would like to have suggestion on what is the best approach to minimize the impact of multilanguage application development...THANKS!