Bug 52093

Summary: Toolbar ToolTips don't switch language
Product: JMeter - Now in Github Reporter: Rainer Jung <rainer.jung>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: minor CC: p.mouawad
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Rainer Jung 2011-10-26 17:50:44 UTC
The new toolbar added in BZ 52040 uses a fixed language for the ToolTips. Like the Menus, the language should switch if one changes it via the Options - Choose Language Menu.

For the Menues this is done by implementing LocaleChangeListener in o.a.j.gui.util.JMeterMenuBar and calling updateMenuElement() from localeChanged(). For the toolbar it could be a little bit more complicated because JMeterToolBar is static and there's no reference to the ToolBar. I haven't checked whether a reference to the ToolBar would suffice, or the original IconToolbarBean List is needed.

Thanks for the cool new feature.

Regards,

Rainer
Comment 1 Philippe Mouawad 2011-10-26 21:13:15 UTC
Date: Wed Oct 26 21:14:33 2011
New Revision: 1189464

URL: http://svn.apache.org/viewvc?rev=1189464&view=rev
Log:
Bug 52093 - Toolbar ToolTips don't switch language

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/JMeterToolBar.java
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:47 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2623