Localization
Applies To: System Center 2012 SP1
There are two places where text can be localized in Virtual Machine Manager (VMM) for System Center 2012 Service Pack 1 (SP1), the ribbon button entries and the add-in view UI presented to users. Both are localized through resources distributed in the add-in package. For more information about Microsoft .NET localization, see https://go.microsoft.com/fwlink/?LinkId=272020
When you want to localize the add-in ribbon button, you must override the GetButtonLabelString
method in your add-in class. This method will return your localized string. For more information, seeBase Classes.