This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

Display Unicode Language Characters in LabVIEW on Windows

Updated Jul 31, 2026

Environment

Software

  • LabVIEW

Operating System

  • Windows

On a computer running windows, I want to be able to read a file into LabVIEW that contains Unicode characters. At the moment my characters are replaced by questions marks even though they are displayed correctly in another file.
 
Unicode languages are not officially supported and may not work as expected or desired. However, It is possible to display Unicode languages by modifying the LabVIEW configuration file.

To display Unicode languages, modify the LabVIEW .ini configuration file, using the following steps:

  1. Navigate to C:\Program Files (x86)\National Instruments\<LabVIEW>\LabVIEW.ini
  2. Add UseUnicode=TRUE to any new line in the LabVIEW .ini file.
  3. Save the file and exit LabVIEW. Upon relaunching LabVIEW, the Unicode characters should work correctly, whether typing or pasting in. 

For control/indicator labels, it may be necessary to enter the text as a Caption, not a Label. Right-click on the control/indicator and select Visible Items»Caption from the right-click menu. 

Notes: 

  • When building an executable that requires Unicode characters, insert the UseUnicode=TRUE line into the application .ini file generated with the executable.
  • LabVIEW for Windows has limited support for Unicode strings in the front panel controls and indicators. This is not an officially supported feature.