Solution
The Unicode token in LabVIEW for Linux is considered unsupported. For more information, please consult this discussion: LabVIEW Unicode Programming Tools
In some cases the following may work:
Write ''UseUnicode=True" in both of LabVIEW.conf file and Linux executable's .conf file. Beside that, you have to follow steps below:
- Add "UseUnicode=True" to LabVIEW.conf
- " appFont="-*-黑体-regular-r-normal--*-0-*-*-*-*-*-*" 12
- "dialogFont="-*-黑体-regular-r-normal--*-0-*-*-*-*-*-*" 12"
- "systemFont="-*-黑体-regular-r-normal--*-0-*-*-*-*-*-*" 12"
- Build executable
- Add "Use Unicode=True" flag in LabVIEW.conf file
- Add "AppLanguage=ChineseS" to executable.conf file
- Run executable.
After follow these procedures front panel can show in Chinese Character as below: