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

How to localize Rich Text Editor component displayed by the Send Mail Message Dialog in the HTML5 Telerik Report Viewer?

1 Answer 139 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 14 Jun 2020, 10:14 PM

How to localize Rich Text Editor component displayed by the Send Mail Message Dialog in the HTML5 Telerik Report Viewer?

 

 

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 17 Jun 2020, 01:12 PM

Hello Luis,

The RTF editor is a Kendo widget and can be localized as explained in the Localization Kendo article.

Generally, you need to add references to kendo.all.min.js and the localization script for the corresponding language (in the sample es-ES), for example:

<head>
   ...
    <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

    <script src="https://kendo.cdn.telerik.com/2020.1.114/js/kendo.all.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2020.1.114/js/messages/kendo.messages.es-ES.min.js"></script>

    <link href="https://kendo.cdn.telerik.com/2020.1.114/styles/kendo.common.min.css" rel="stylesheet" id="common-css" />
    <link href="https://kendo.cdn.telerik.com/2020.1.114/styles/kendo.blueopal.min.css" rel="stylesheet" id="skin-css" />
...

Note that translations are not available for every language and some of the localization files may be incomplete.

Regards,
Todor
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Luis
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or