Hi folks!
On the panel of my program, there are about 30 or 40 text elements, e. g. labels of controls, indicators, string indicators themselves
and so forth. I need to implement a switch which allows the user to toggle between languages, let's say between English and German, for these text elements.
I wonder how one can program this feature in a most elegant way. I may, of course, put all 30 or 40 property nodes into my main diagram and feed them with the appropriate strings which may be stored in a case structure within a subvi. However, this would yield a rather crowded and complexly looking diagram. This diagram would need an unreasonably large area on the screen and would make the maintenance of the code unnecessarily uncomfortable.
Can anybody give a hint how to accomplish the feature in a more elegant way? What is the best programming style for this task? The best would probably be if I could put the property nodes into a subvi and write there into them. Unfortunately, this is apparently not possible.
Thankful for any advice,
Peter