This is a migrated thread and some comments may be shown as answers.

Export Pdf button localization

2 Answers 152 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Michel
Top achievements
Rank 1
Michel asked on 17 Jul 2017, 11:02 AM

Is there a way to change the title of the "Export to Pdf" button for localization purpose for example.

 

2 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 18 Jul 2017, 03:06 PM
Hello Michel,

Currently the export button text in the Scheduler's MVC wrapper cannot be changed through configuration or the API. It can be set with jQuery:
$(document).ready(function () {
    $(".k-scheduler-tools .k-pdf").text("Custom Text");
});

We logged an enhancement issue for adding an option to configure the pdf button's localization message: link

I also updated your Telerik points for pointing out this issue. 

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Michel
Top achievements
Rank 1
answered on 19 Jul 2017, 07:52 AM

Works like a charm.

Thank you

Tags
Scheduler
Asked by
Michel
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Michel
Top achievements
Rank 1
Share this question
or