Hi everyone,
I was wandering: ¿How do YOU manage different UI languages in your LabVIEW-built software?
For example, we have exported VI strings in the original language of our software (spanish), then edited the VIs for translation to english and re-exported the strings, so now we have different sets of string files for different languages.
At edit time we can manually import strings for every user interfase VI and then compile for different languages, but I was asking myself if there could be a better way. For example, I was thinking about importing the strings programmatically at run-time, but this is not possible, because "VI Strings.Import" method is not "Settable when the VI is running".
Any ideas?
Daniel