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

Localising standard texts in Silverlight ReportViewer

2 Answers 17 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ronald
Top achievements
Rank 1
Ronald asked on 26 Jan 2016, 03:10 PM

Hi,

 

I would like to localise the standard texts in the Silverlight ReportViewer, but I'm not sure how to go about it. If you have a look at the file attached, the "Generating report..." text is an example for what I would like to localise.

Is this possible? I did the same for the RadRichTextBox by adding the RadRichTextBoxResources.resx and RadRichTextBoxResources.en.resx files, and adding the correct keys to the files, translating it to my native language and English.

 I did this by following the documentation and downloading the original resx file for the RadRichTextBox, so I knew which keys to use. Do you guys have this resx file for the ReportViewer with the correct keys for me? 

Thanks for the help.

2 Answers, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 28 Jan 2016, 09:36 AM
Hello Ronald,

Please check the Report Viewer Localization help article. You can also find ready resx files on Telerik Reporting Code Library page.

In case you need to localize reports as well, check Localizing Reports.


Let us know if you have any further questions.

Regards,
Stef
Telerik
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
Ronald
Top achievements
Rank 1
answered on 23 Feb 2016, 03:58 PM
Thank you, I was able to get it working by setting the TextResources property with a class implementing the ITextResources interface and each string property returning a resource.
Tags
General Discussions
Asked by
Ronald
Top achievements
Rank 1
Answers by
Stef
Telerik team
Ronald
Top achievements
Rank 1
Share this question
or