LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to programtically change all index value of all rings in every panel

Hi everyone:
I am writing a program that after i press a button all indexs value of all rings in every panel, the program i am making is used for switching language for user from different country, that is why i need to change those index value programtically for every ring. Thank you for your help!
0 Kudos
Message 1 of 2
(2,861 Views)
If you are dealing with localizing a user interface for different languages, I would point yu to the User Interface localizer, a tool included in CVI that you can find in Tools menu.
By loading a UIR file in the UI localizer tool, you are permitted to specify a different text for all labels, menu items and ring elements the UIR contains. These new texts can be saved into a language file that can be passed to LoadLocalizedPanel or LoadLocalizedMenuBar to display panels and controls with the appropriate texts. If you want to apply different language at runtime you can use LocalizePanel and LocalizeMenuBar functions.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,852 Views)