LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi language interface

Solved!
Go to solution
Hallo guys:I confront a problem recently, my boss wonder a program with multi-language, just different language interface, and the same background block diagram code, so is there any advices or ideas?I considered a method, package the main code, and develop several sub-Vis with different language interfaces, they all call this integrated code.Any better solutions? Thanks for your concern!
0 Kudos
Message 1 of 4
(3,356 Views)
Solution
Accepted by coolbear

Here's an article on NI Zone entitled Localizing Your LabVIEW Application to Different Languages.  Take a look, also, in LabVIEW's help for "Localizing VIs".

 

Jim

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 2 of 4
(3,353 Views)

LabVIEW supports single and double byte characters, but it does not support bidirectional scripts (such as Arabic or Hebrew). If you want to display text in multi-byte character sets (such as Japanese, Chinese, or Korean) in LabVIEW, you only need an operating system of the appropriate language or an MBCS-enabled operating system with an Input Method Editor (IME) for the corresponding language. Also, there are several commercially available language kits that you can add on to the operating system. Search for localize labview on the website and the forums. Here are some articles that I could find:

Localize LabVIEW Applications in Multiple Languages

Localizing Your LabVIEW Application to Different Languages

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 3 of 4
(3,352 Views)
thanks guys.
0 Kudos
Message 4 of 4
(3,338 Views)