Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Roberto Manes
|
Jan 9, 2007 - 9:23 AM
|
I’m having problems with the language internationalization of the application because for unknown reasons I can see all my resources changing properly but popup menus. For example I see the mainframe menu changed but when I get access to any submenu it still comes out in English. I’m using Visual Studio 2005 and ProfUIS library 2.60. Also I noted that if I change the language in your LanguageSwitcher application I have the opposite problem, that is menu and submenus are ok but the form view dialog interface. Do you have any suggestion ? Thanks in advance for your help
|
|
Sergiy Lavrynenko
|
Jan 11, 2007 - 2:23 AM
|
Dear Roberto,
I assume your application uses customizable toolbars and menus like the LanguageSwitcher sample application does. All the toolbars and menus in customizable applications are based on the command tree nodes. The LanguageSwitcher sample application completely resets all the command tree nodes when the desired language is switched. I guess your application simply does not reset the state of the menu bar with invoking of the CExtMenuControlBar::UpdateMenuBar() method.
|
|
Roberto Manes
|
Jan 11, 2007 - 8:59 AM
|
unfortunately I’m calling UpdateMenuBar() and I checked my the software application whit the language switcher application to understand what I’m missing. I would appreciate if you could take a look at my code. Thanks
|
|
Technical Support
|
Jan 14, 2007 - 12:45 PM
|
|
|