01-10-2024 05:02 AM
Hi, I need to translate a LabView application from english to polish.
The polish special charcters are displayed correctly when running the program in the IDE, but not when running the executable after built.
Compare picture below:
I am loading the text from a txt file with UTF-16 encoding and using "Force Unicode Text" on the string indicators.
I have also tried loading the text from a string constant directly to the indicator, with the same result.
Does anyone have an idea to why I can't display the characters correctly in the executable?
I am using LabView 2019
Solved! Go to Solution.
01-10-2024 05:06 AM
Have you tried changing your regional settings in windows control panel?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YIFDCA4&l=sl-SI
Or setting the "UseUnicode" to TRUE in labivew.ini file?
01-10-2024 07:23 AM
Thanks, but I have UseUnicode=True in the config file and changing the regional language did not help
01-10-2024 09:55 AM
Your executable doesn't use LabVIEW.ini
You have to add UseUnicode=True to your application.ini
01-10-2024 10:35 AM