laptop and a wrench

Bug

The Toolbar Collection Editor removes localization info. for toolbar items added in the source view in VS.NET.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM013579
SubmittedDecember 11, 2007
Last ModifiedApril 28, 2025
Applies toNo Product Found
Version found9.2
Program languageC#
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

The localization has to be done at runtime through GetLocalResourceObject() method if (!Page.IsCallback && !Page.IsPostBack) { for (int i = 0; i < Toolbar1.ToolbarItems.Count; i++) { ToolbarItem titem = Toolbar1.ToolbarItems[i]; if (titem is Tool) { Tool tl = (Tool)titem; tl.ToolTip = GetLocalResourceObject(tl.Name + "_" + "ToolTip") as string; } } }

Steps to Reproduce

Bug ID: NIM013579

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options