07-12-2011 10:13 AM
Hi,
I would like to know how can I use russian characters in source code of labwindows CVI.
For example, I would like to write :
char strText[10];
strcpy(strText, "РОССИЯ");
When I copy this line in Labwindows, I have :
strcpy(strText, "??????");
I tried to convert the file in unicode format, the problem is Labwindows cannot open the file anymore.
Do you know how can I do to solve my problem ?
Thank you.
07-13-2011 10:45 AM
Hi,
Thank you for posting your question on National Instruments’ forums.
It is normally possible to use Unicode letters with CVI, provided you are using a version 6.0 or later. For previous versions, you might need to use the UI localization utility (Start»Programs»National Instruments»Measurement Studio»Utility Programs).
For every version, have you installed correctly the windows components for foreign languages? You need the right IME to do things correctly.
Here are some documents that should help you doing what you want.
Does LabWindows™/CVI Support Multibyte Languages?
Can LabWindows™/CVI Display Multi-Byte Foreign Languages on the User Interface, Such as Japanese?
Creating and Shipping a Localized Application Using LabWindows/CVI
Using LabWindows/CVI Localization Utility with Single/Multiple Byte Languages
I hope this information helps,
Best regards,
Guillaume H.
National Instruments France