04-05-2019 03:35 AM
We are trying to build an application with a user interface in Russian, exploiting the (limited) LabVIEW Unicode support.
However it does not seem to work in the built application. Adding "UseUnicode = true" to the application file ini does not do the trick.
Does anybody knows if it's even possible and how to do it?
Thanks in advance.
Solved! Go to Solution.
04-05-2019 09:28 AM
It works for me.
04-05-2019 01:02 PM - edited 04-05-2019 01:03 PM
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kJRNSA2&l=en-US
the short answer is you have to add that entry into the build's ini file, too.
04-08-2019 04:59 AM
Thank you to both, especially to Paul for the good news and the example.
The application under test is not as simple as yours, so there must be something else wrong - probably very stupid.
@Bill: that entry can be added later, although it's definitely better to define a custom ini file.
04-08-2019 06:18 AM - edited 04-08-2019 06:23 AM
I misread your first post. You already HAVE it in the apps .ini file! I thought you were referring to the LabVIEW .ini file. Doh!