Declined
Last Updated: 09 Aug 2021 09:24 by ADMIN
Richard
Created on: 02 Aug 2021 14:25
Category: Toolbar
Type: Bug Report
0
Title "more tools" not translated on Kendo Toolbar

The title "more tools" when hovering over the button to show additional tools is not translated when a different culture/messages is loaded.

The problem can be seen on the following dojo link: https://dojo.telerik.com/UMOdULAM/2

1 comment
ADMIN
Martin
Posted on: 09 Aug 2021 09:24

Hello, Richard,

The reason for the behavior is the lack of messages for the ToolBar in the messages files. The overflow is generated with title="More Tools" which is causing a tooltip to appear when you hover the dots. This is how the overflow is generated in our source code:

var components = {
            overflowAnchor: '<div tabindex="0" class="k-overflow-anchor k-button" title="More tools" role="button"></div>',
            overflowContainer: '<ul class="k-overflow-container k-list-container"></ul>'
        };

A possible approach would be to change the title attribute value to fit your needs. Note that the ToolBar within other witgets such as the Editor, Spreadsheet etc has separate translations that can be used.

I hope that clears the matter. Let me know if you have any further questions.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.