LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing the run-time menu programatically

Hi All
 
I am developing an application which will be a bilingual. when i click french button on GUI, all display messages changes to french. When i click on English, all captions and messages come in Engilsh. I am using property node to change the captions of controls and graphs for different languages. and using a global variable to pass the language information between different windows(Sub VIs). Now the problem is, i have to change the Run-Time Menu also. Not getting how to do this. Can anyone help me about this. Is it possible to make this?
 
Thanks
Anil
0 Kudos
Message 1 of 3
(2,683 Views)

Hi

In this thread http://forums.ni.com/ni/board/message?board.id=170&message.id=160439&query.id=11164#M160439 I posted a simple example, due to some kind of bug.

Basically the posted vi could help you to get your problem solved.

Thomas

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 3
(2,676 Views)
Hi Anil,
 
It looks like you are on the right track by using Property Nodes.  You can use the string input of the property node to select the appropriate message to display (language), along with a Boolean selector (ie: TRUE = English, FALSE = French (or vice-versa) ).
 
You could also use a Property Node for the language selection.
 
JLV
Message 3 of 3
(2,664 Views)