views:

18

answers:

0

hi. I have been assigned a task to globalized an existing SCSF application..

this project has a number of modules. some of them are loading dynamically. as far User controls and forms there is no problem with them while globalization..

each module adds its menu using

ToolStripMenuItem pluginsMenuItem = new ToolStripMenuItem(Resources.Plugin); WorkItem.UIExtensionSites[UIExtensionSiteNames.MainMenu].Add(pluginsMenuItem);

and according to CAB & SCSF each module run only once.. how can i get the new string from resource file and apply it on main menu..