Issue Details
I want to develop a multi-language application that changes the language of UI in LabVIEW programmatically. To enable the Unicode function in LabVIEW, I added
UseUnicode=TRUE in my
LabVIEW.ini configuration file following this document.
Displaying Unicode Language Characters in LabVIEW on Windows Then I put the text constant of Non-English Characters into
Caption.Text property node like below capture.
But some characters are not displayed well in the Front Panel like below capture. How can I fix this?