12-21-2022 09:25 AM
12-21-2022 09:36 AM
This is a good article to get started - https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3QKCAY&l=en-US
12-22-2022 04:31 AM
caption can be updated programmatically, label cant be updated programmatically
(ASCII Strings)
If you have to translate in a languag which needs non ASCII characters, you have the possibility to use Fonts or Unicode strings
Fonts might be easy to use, but usually can handle only one specific language.
LabView Unicode used to be tricky, but contains almost all languagues you'll ever need.
12-22-2022
04:56 AM
- last edited on
03-06-2025
03:49 PM
by
Content Cleaner
While you can definitely write your own localization support library in pure LabVIEW, it's a tedious task to do. It may be interesting to look into existing solutions, and even the ones which cost some money are worth that money more than once, even if you only ever want to localize a single application. Writing the library yourself is many hours of coding, and there will be always corner cases that will need extra tweaking as you add new controls to your front panels.
https://www.ni.com/en-us/shop/product/localization-toolkit-for-labview.html
https://www.vipm.io/package/jki_simple_localization/
https://www.vipm.io/package/sea_lib_ltk/ (same as first but through VIPM)
https://lavag.org/topic/11216-cr-passa-mak/
01-09-2023 05:03 AM
Helo to all,
Happy new year 2023,
Thanks for all your answers, i will test them one by one and come back to you
Thanks you very much all