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

German Language in a HTML5 Reportviewer

3 Answers 230 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rene
Top achievements
Rank 1
Rene asked on 21 Feb 2017, 12:38 PM
Hello my name is Renè,
I need some help the menu of the HTML5 Reportviewer I need in German.
Have an ASP web application with C # code!
Has anyone a tip how to change the title or texts?
Greetings Renè

3 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 21 Feb 2017, 01:54 PM
Hello Rene,

Reports can be localized during their designing - Localizing Reports.
The HTML5 Viewer consists of Kendo UI widgets, and standard HTML, CSS, JS. You can use Kendo UI localization and globalization approach. for the Viewer's HTML you will have to modify the HTML template and load it through the templateUrl - Providing templates. In place of text you can add place-holders which can be updated with Javascript on loading the viewer. The viewer's messages can be updated by loading manually a modified version of the viewer's JS file - Localization.

For examples, please check my posts here and here (different posts in the same forum thread).


Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Rene
Top achievements
Rank 1
answered on 22 Feb 2017, 09:21 AM
Hello Stef,
Thanks for your reply  it with the template variant got!
But have another problem in your examples you have a ThemeSwitcher.
How do I select a topic without the switcher!
Thank you for your help
0
Stef
Telerik team
answered on 22 Feb 2017, 12:27 PM
Hi Rene,

In the local demos, the purpose of the ThemeSwitcher is to load different set of Kendo UI CSS files, which actually define the theme of the viewer. The applied logic can be seen in Reporting R1 2017\Examples\CSharp\MvcDemo\Scripts\themeSwitcher.js.

In general, each Kendo UI theme has its own name and the corresponding CSS which have to be loaded are name like http://kendo.cdn.telerik.com/2015.3.930/styles/kendo.blueopal.min.css (loads blueopal theme). Instead of adding the theme switcher, you can directly load the desired theme.For more details check Kendo UI themes and Change Themes on the Client.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rene
Top achievements
Rank 1
Answers by
Stef
Telerik team
Rene
Top achievements
Rank 1
Share this question
or