Group: Forum Members
Posts: 4,
Visits: 33
|
I would like to make localization entries for all of my application toolstrip buttons on my maintenance forms; originally, I wanted to do so in order to provide keyboard shortcuts for the toolstrip buttons. If there's a more 'native' way to do that, please let me know.
Anyway, in my quest to localize each of the buttons, I discovered that the EditButtonTextKey works perfectly, but the SaveButtonTextKey and the UndoButtonTextKey don't have any effect. I have confirmed that the key values (e.g. 'SaveTool' and 'UndoTool') exist in my localization XML file, and that other changes made to the localization are showing up in the application.
As with my other post, since I'm new to the framework I figure there's a good chance that I'm missing something, though this particular example seems very straightforward. Does anyone have any thoughts?
Thanks!
|