LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Localizing UI

In CVI 5.5 is a fine tool UI localizer.
In UI Localizer utility the panels and menu bars are localized ok.

When I run the program panels are localized as they should be.
But Menubars are still in default language.

sample code:
handle.logset=LoadPanel(0,"Logger.uir",LOG); // Loading panel
LocalizePanel (handle.logset, "fi.lwl"); // Localizing panel
/* Loading localized menubar */
LoadLocalizedMenuBar (handle.logset, "Logger.uir", LSETUP, "fi.lwl",
&menuHandle);

also tried
menuHandle = LoadMenuBar (handle.logset, "Logger.uir", LSETUP); //
Loading menubar
LocalizeMenuBar (menuHandle, "fi.lwl"); //
Localizing menubar


Has anybody use localized menubars? Should it work or is there a bug?

Thanks,
Kari

--------------
------------------------------------------------------------

NOKEVAL Oy HTTP: www.nokeval.com
Kari Yli-Tuomi Tel. +358-3 342 4823
Yrittäjäkatu 12 Fax. +358-3 342 2066
37100 Nokia, Finland Email kari.yli-tuomi@nokeval.com
--------------------------------------------------------------------------
0 Kudos
Message 1 of 1
(2,905 Views)