I'm using Localization Tools with LabWindowsCVI v. 6.0. With the LocalizePanel function I can change the label of my control in the language i want, but i don't able to return to the defoult language ! Can You help me ?
You could either reload the panel (DiscardPanel then LoadPanel) or you could create a "default language" LWL file that maps the original strings to the exact same strings. Then, you can load that LWL with LocalizePanel to return to the original language.