I am currently working on Telerik Reporting with localization.i am new to telerik reports.please Can any one help me how to localize telerik reports to display in the language of a specific culture in my MVC application. For example, my report has to be displayed in both English and Malay as per user request.
Localization of Telerik Reports with different Cultures- in MVC application
1.1k views Asked by Krishna Mani At
2
There are 2 answers
1
On
Add localization in Telerik Report is made in a few steps (that you can easily find in the official documentation) :
- Build your report as usual. Make it in English for instance.
- Click anywhere on the report area then click right to open the report Properties window. There, set the report Localizable property to true.
- Select Malay in the Language property list.
- You can change the static text into Malay.
As you save the design view, you see that another resource file is created resulting architecture like this:
- MyReport.cs
- MyReport.Designer.resx
- MyReport.ms.resx
- MyReport.resx
- MyReport
Thank you for your reply. We walk through this"Localization in ASP.NET MVC 4 "article,and we rechecked what mistake we done previously,we follow all the steps which mentioned in ther telerik reporting official document but we missed settings in route.config file. now the issue is resolved by applying those settings.