LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Two Language label boolean labview

Solved!
Go to solution

Hello!

 

It is a problem : Two Language label boolean labview?

 

In my VI I wont use choosing language> En - Ukraine.

 

How?

 

Thanks!

0 Kudos
Message 1 of 12
(3,737 Views)
Solution
Accepted by RavensFan

Hi black,

 

general answer: a control label is fixed, you cannot change it at runtime.

 

BUT: you can use captions and/or boolean text. Both can be changed at runtime!

As this has been discussed several times before: do a little search in the forum…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 12
(3,730 Views)

Thanks! Now i try to search.

0 Kudos
Message 3 of 12
(3,725 Views)

Thaks again!

0 Kudos
Message 4 of 12
(3,691 Views)

Gerd' s message to you is the solution to your question.  Not your "here is my VI" message.

 

By the way you have some Rube Goldbergs' in there.  Using a boolean to a Select function to output a True or a False is pointless.  Just wire the boolean through.  Likewise for the False or True,  just wire a Not function on the wire.

 

Rather than making captions and labels visible or not, just hide the label and use only the caption.  Then depending on whether you want English or another language, use the select to wire the appropriate language string to the caption..text.

0 Kudos
Message 5 of 12
(3,679 Views)

Hello!

 

If i need to change 100 label, may have another solution?

 

Thank!

0 Kudos
Message 6 of 12
(3,585 Views)

Hi black,

 

what is a "100 label"? There is no "100" control in your VI…

 

When you want to change labels of more than just two controls: you can get references to all controls on your front panel using properties of the VI or the pane(l)! It's all available by property node…

 

And you still have all those RubeGoldbergs in your code. Did you read RavensFan message?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 12
(3,580 Views)

it is my system.....

0 Kudos
Message 8 of 12
(3,568 Views)

Yes , i read, for now it is no matter )))

0 Kudos
Message 9 of 12
(3,562 Views)

Hi black,

 

as said before: use property nodes!

 

Hint: There are toolkits available in the ToolsNetwork helping you to localize your program to several languages - use VIPM to search for them!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 12
(3,555 Views)