views:

165

answers:

0

I am trying to provide a SCCM (System Center Configuration Manager) 2007 Integration in multiple languages (de/en). Therefore I need to localize the GUI which should be possible by the "localize" checkbox within the Visual Studio, at least as far as I know.

But there are also some action XML files which define the actions the user could run via the context menu or the action pane. These files also include the names of the Actions which appear within the SCCM console.

Now, how can I localize these names? Is there a way to make them local-aware from within the XML or do I have to provide multiple XML files each containing only one language? I have also heard about a "LocalizableString" in this context but I still havent found some explanation what exactly a "LocalizableString" is and what I can do with it.