Carlos Quintero (Microsoft MVP) blog

Visual Studio Extensibility with Add-ins

MZ-Tools articles series: HOWTO Locate commandbars in international versions of Visual Studio

If you are developing addins for Visual Studio, you should be aware that there are several localized editions (Spanish, German, French, etc.). This article provides info to take into account when locating commandbars by name in your add-in: 

HOWTO: Locate commandbars in international versions of Visual Studio
http://www.mztools.com/articles/2007/MZ002.htm

Published Tue, Jan 23 2007 10:27 by carlosq

Comments

# re: MZ-Tools articles series: HOWTO Locate commandbars in international versions of Visual Studio @ Thursday, May 10, 2007 10:47 AM

Hi Carlos, Thanks for your great article. I have the same need for a CommandBarButton, which is not of CommandBarPopup type, i.e. I could first find the "File" menu using your cast, but then I can not find a localized menu item such as "New Project". Any idea? Rgds

by alphaps

# re: MZ-Tools articles series: HOWTO Locate commandbars in international versions of Visual Studio @ Thursday, May 10, 2007 3:58 PM

It will be difficult because buttons lack a Name, they only have a (localized) Caption. They have an ID property that maybe is unique...

by carlosq

Leave a Comment

(required) 
(required) 
(optional)
(required)