Hello everybody,
I have to implement a multi-language application. I have already done it with french-english.
But my problem is that now, I have to add the chinese language.
When the application is launched, the user choses the language in a list. Then the right text file (containing the selected language) is used to display the correct language (for the indicators or the captions).
First of all, I am wondering if the text file should be in UTF-8 in order to display chinese in LabVIEW (i have already done it with greek, and back then I had a text file in UTF-8, and I was converting the text in LabVIEW from multi-character text to unicode before displaying it).
I am also wondering if it is possible to have alphanumeric control in chinese, french or english (french or english are pretty muche the same, the problem is only for chinese) depending on the choice made by the user when he launched the application. If the language is chinese, then when the user will type some text in the control, chinese symbols will be displayed.
Thank you in advance fo your answer.