Group: Forum Members
Posts: 4,
Visits: 33
|
Thanks for the response!
Are you referring to [Save|Undo]ButtonText vs. [Save|Undo]ButtonTextKey? Modifying XButtonText to use the hotkey notation (e.g. setting SaveButtonText to '&Save') works perfectly, but setting [Save|Undo]ButtonTextKey to a valid Localization key has no effect. The same change, made to the EditButtonTextKey, works perfectly. I even tried assigning the same Localization key to all three of the buttons, but only the Edit button will obey the change.
It's not even that I really want to localize to a new language in this case - localization just provides a really convenient way to make sure that all of our Toolstrips provide hotkey access and that the wording is consistent and easy to change through the localization system. Although I could change the XButtonText on each control in every toolstrip in the application, I was hoping that I could set the localization key once for each button in every toolstrip, and then use the localization system to make any changes that the customers desire. With the current problem that I described for Save and Undo, I can't do that.
This seems like a bug to me; do you agree, Trent?
|