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

problems with reports localization

1 Answer 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jose Viana
Top achievements
Rank 1
Jose Viana asked on 18 Feb 2010, 05:20 PM

hello,

I need help, please.

I use a classlibrary to store the reports, and I have a web site to call the reports from classlibrary. I have several RESX files in my classlibrary (see classlibrary from attached files), one for each languaje. 

In my web site I have a reportviewer to link each report from classlibrary (see reportviewer from attached files).

To link each report I have this code in my default.aspx.cs:

  Report1 a = new Report1();
  ReportViewer1.Report = a;

I would like translate, for example, all my textboxes with the correct languaje depending on culture (see report1code from attached files).

I saw the help from (http://www.telerik.com/help/reporting/report-viewer-localization.html), but it isn't enough, if I could see a similar example...

I have SQL server 2008, Visual Studio 2008, telerik reporting Q3 2009 (the trial version).

Could someone help me?.

Thank you.


1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 19 Feb 2010, 05:09 PM
Hi Jose Viana,

The article you've referenced is for localizing the report viewer and not the report, which from what I read and see from the screenshots is what you're after.
We are using the standard .NET mechanism for localization and there are no specifics of the localization for Telerik Reports. You can gain more information on localizing the report from the following help article: Localizing Reports.

Greetings,
Steve
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Jose Viana
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or