01-08-2009 05:32 AM
Solved! Go to Solution.
01-08-2009
05:38 AM
- last edited on
10-28-2025
12:01 PM
by
Content Cleaner
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
01-08-2009
05:39 AM
- last edited on
10-28-2025
12:02 PM
by
Content Cleaner
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 [broken link removed]
01-08-2009 06:05 AM