03-24-2013 08:32 AM
Hi,
I am in the process of making my LabVIEW code multi-lingual.
I have an excel spreadsheet with a lookup for all the languages. It includes German, French, Spanish, Norwegian and Turkish which all have special characters and display OK.
e.g. the following all display OK
Spanish: Inicialización detector ..
Norwegian: Initialiserer Måling Sensor, Ingeniør
German: Initialisierung Gerät .
03-28-2013 12:08 PM
Hi Stuart,
Thanks for posting, unfortunately LabVIEW does not support unicode characters. The only method of you being able to see this is if you add the following line to C:\Program Files [(x86)]\National Instruments\[LabVIEW]\LabVIEW.ini
UseUnicode=True
After restarting LabVIEW, you should be able to see the characters.
Again, I must stress that this is unsupported by National Instruments and that this function might work incorrectly in future versions.
I hope this helps,