LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Incorrectly displayed comments - Chinese language

Comments not displayed.jpg

I cannot see comments displayed correctly. Any suggestions on how i can fix this? I know that this is in Chinese language but my computer cannot display the characters correctly.

Thank you.

 

0 Kudos
Message 1 of 4
(2,910 Views)

Hi Superwoman,

 

ask the one who created this VI to translate this text from its origin language to English…

Where do you spot "Chinese" characters?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,890 Views)

Try enabling Unicode support by adding this line to your LabVIEW.ini file:

 

UseUnicode=True

 

Then, restart LabVIEW completely, and see if it displays.

 

More info here

0 Kudos
Message 3 of 4
(2,872 Views)

Make sure the "Current language for non-Unicode programs" setting is set to the correct Chinese (control Panel>Clock, Language, and Region>Region>Administrative in Win10).

 

The text can be either Unicode (if Unicode was enabled in the ini file) or MBSC (default). If MBSC was used, LabVIEW uses code pages to convert 1-4 bytes to a character. But LV needs to use the correct code page.

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