LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

language of RunTimeMenu

Hallo,

I'm working with LV 5.1 german version and like to create different
versions of my application with different languages of my applications.

My problem is the RunTimeMenu, when I use the menus of LabVIEW, bacause
I can't change the text, that appears in the menu.

Anyone knows an possibility to change this menus?

Thanks, Nikolai Maris

--
Ingenieurburo Mencke & Tegtmeyer
Laubbreite 21
D-31789 Hameln
Tel. 0 51 51 / 96 33 68
Fax 0 51 51 / 96 33 69
e-Mail: maris@ib-mut.de
0 Kudos
Message 1 of 6
(2,784 Views)
"Nikolai Maris" schrieb im Newsbeitrag
news:3BBC3390.FD5255F8@t-online.de...
> Hallo,
>
> I'm working with LV 5.1 german version and like to create different
> versions of my application with different languages of my applications.
>
> My problem is the RunTimeMenu, when I use the menus of LabVIEW, bacause
> I can't change the text, that appears in the menu.
>
> Anyone knows an possibility to change this menus?
>
> Thanks, Nikolai Maris
>
> --
> Ingenieurburo Mencke & Tegtmeyer
> Laubbreite 21
> D-31789 Hameln
> Tel. 0 51 51 / 96 33 68
> Fax 0 51 51 / 96 33 69
> e-Mail: maris@ib-mut.de

Hi Nikolai,

the best way to include this functionality to your menu is to create it
dynamically. You can read the strings from an ini-file f
irst and build the
menu step by step. Look inside the application->menu palette for the needed
functions...

good luck
Henrik
0 Kudos
Message 2 of 6
(2,784 Views)
This works with my one objektnames and -tags, but I'd like to use tags
such as "printer setup" or "copy" or "paste". For this tags I can't
change the names that appears. If I use e.g. the objektname "printer
setup" and the objekttag "APP_PRINTER_SETUP" LabVIEW uses in the menu
the german objektname "Druckereinstellungen...".

Is there any other possibility to use different languages?

Nikolai Maris
0 Kudos
Message 3 of 6
(2,784 Views)
I found out myself. For everybody who is interrested:

Just use the english (or french,...) version on the LabVIEW Runtimeengine,
you only need to replace the lvrt.dll.

Nikolai Maris
0 Kudos
Message 5 of 6
(2,784 Views)
This is only a limited solution because there are no italian, spanish, portuguise ... runtimes for the european languages. I have the same problem as a german developer but no final solution. I have only the hope this will be changed with LV 6.1.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 6 of 6
(2,784 Views)
The builtin menus strings cannot be changed but you can install a LabVIEW
Run-Time engine for the language you want. I think there are 4 flavors:
English, French, German and Japanese see the NI site to download the RTEs
you need.
You may distribute your French application with the French RTE and so on...
For language not listed, you are out of luck.

Jean-Pierre Drolet


"Nikolai Maris" a ecrit dans le message
news: 3BBC3390.FD5255F8@t-online.de...
> Hallo,
>
> I'm working with LV 5.1 german version and like to create different
> versions of my application with different languages of my applications.
>
> My problem is the RunTimeMenu, when I use the menus of LabVIEW, bacause
> I can't change the text, that appears in the menu
.
>
> Anyone knows an possibility to change this menus?
>
> Thanks, Nikolai Maris
>
> --
> Ingenieurburo Mencke & Tegtmeyer
> Laubbreite 21
> D-31789 Hameln
> Tel. 0 51 51 / 96 33 68
> Fax 0 51 51 / 96 33 69
> e-Mail: maris@ib-mut.de


LabVIEW, C'est LabVIEW

0 Kudos
Message 4 of 6
(2,784 Views)