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

multilingual reports in telerik designer

3 Answers 487 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
ashwini
Top achievements
Rank 1
ashwini asked on 01 Mar 2017, 10:14 AM

Hi,

 

I have all my reports designed in telerik report designer.

The selection page for the report criteria is developed in .net and the report viewer used for reports is HTML5 report viewer.

How can we make our reports multilingual to show the static content on report in the language user has selected from selection page.

 

Regards,

Ashwini

3 Answers, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 01 Mar 2017, 10:46 AM
Hello Ashwini,

The approach for localizing report is provided in Localizing Reports help article.

In general, when you make a report localizable a .resx file will be created per culture and it will contain the names of the report items and the localized strings (their values).

To see the working example of this approach please visit our online demos (ProductCalatog Multilingual). This report can also be found locally under Telerik Reporting installation directory: C:\Program Files (x86)\Telerik\Reporting [version]\Report Designer\Examples\Product Catalog.trdp.


Regards,
Katia
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
Hans
Top achievements
Rank 1
Veteran
answered on 18 Feb 2020, 11:29 AM

Hi Katia

we keep al our translations in a SQL database table.  Do you think there is a way to make a report localizable by using this table and not a .resx file ?

Regards,
Hans

0
Katia
Telerik team
answered on 20 Feb 2020, 09:02 AM

Hello Hans,

Reports are not designed to use SQL table as a resource file. I can suggest populating the .resx file with the data from the table, check https://stackoverflow.com/questions/28556545/populating-resource-resx-file-from-database discussion that provides a solution for this task.

 

Regards,
Katia
Progress 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
Tags
Report Designer (standalone)
Asked by
ashwini
Top achievements
Rank 1
Answers by
Katia
Telerik team
Hans
Top achievements
Rank 1
Veteran
Share this question
or