LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Having difficulty switching between English and Chinese

Hi!
 
I have a requirement to change the front panel strings (captions) from English to Chinese, at the click of a button.
 
The PC specs are: Windows 2000, MSBC enabled with an IME.  LabVIEW 7.1 (Will eventually be using LabVIEW 8.20 - does this make it any easier?)
 
I have done a little research on the NI web page, and have tried the following knowledge base article:
 
What I need to know is what this article means by "translating the text".  This is what I've tried thus far:
 
Export strings to a file.
Edit strings in an editor that supports Chinese.
Save file as text (should I save it as xml instead?)
Import Strings back into LabVIEW
All that gets displayed is "???", instead of Chinese characters.
 
Any suggestions?
 
Christopher Farmer

Certified LabVIEW Architect and LabVIEW Champion
DQMH Trusted Advisor
https://wiredinsoftware.com.au

0 Kudos
Message 1 of 4
(2,807 Views)
Just to clarify, the Windows 2000 OS is an English language version, (not Chinese).
Christopher Farmer

Certified LabVIEW Architect and LabVIEW Champion
DQMH Trusted Advisor
https://wiredinsoftware.com.au

0 Kudos
Message 2 of 4
(2,807 Views)

 

"... change the front panel strings (captions) from English to Chinese, at the click of a button."

 

without scripting, no can do using the article you cited.

The solution is trivial but the implementation is not.

You will either have to update all of the captions or hide the captions and place string indicators where the captions would have been.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(2,792 Views)
Try this:
use label for English, caption for Unicode (Chinese, and other asian lauguage).
Edit the caption on the front panel, don't save the Unicode to another file.
 
George Zou
 
George Zou
Message 4 of 4
(2,786 Views)