Hello,
I have created an application in which the user can customize the language of the names of the front panel objects. At the start the application reads a text file. From this file the program conveys the strings to property nodes to display the information in captions of controls or string indicators. The user can modify the text file in a submenu. Usually the standard text is in English, but the user can translate it into a local language. The text file is written with the Write Character To File.vi and read with the Read Characters from File.vi .
Of course, the user normally works with a localized version of Windows. All goes well if the file is translated into German, French, Danish, even Chinese and Japanese seems to be working fine.
Now the problem is that in Czech or Polish some characters (e.g. c or l with diacritics) are not displayed correctly, even in the input String Control. Furthermore alos Russian.
So LabView seems to use a different ascii code set than the local Windows OS. .
I am using LabView 6.1.The application was made on a PC with Windows XP (German). I have LV 8.01 at hand if that would help.
Any ideas?