To add to David's comment... you will likely want to set up the satellite
will likely extend beyond just menu entries. You'll want to translate text
much easier.
"bucher" <bucher@xxxx.com> wrote in message
news:eTBd1jbnHHA.4428@TK2MSFTNGP06.phx.gbl...
I want to modify the text in the menu bar, such as "File" in the menu
bar. Is it possible? We want to develop multi-language versions. If can't
, we have to make a copy of menu for each language and we don't hope so.
If you look at the menu structure in the resource file, you'll find that
it is not complicated. Just a tree of command IDs with menu text.
Create a copy in a resource only DLL and translate it. Then in the
program replace the menu according to the selected language. It is much
easier and more maintainable than trying to replace the text on each menu
item individually (which can be done in the "on update command" handlers -
but I don't advise it).
Dave
--
David Webber
Author of 'Mozart the Music Processor'
http://www.mozart.co.uk
For discussion/support see
http://www.mozart.co.uk/mzusers/mailinglist.htm