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

Reportviewer localization suggestion

2 Answers 132 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
arnaud
Top achievements
Rank 1
arnaud asked on 28 Sep 2010, 06:05 PM
Hi,

It might be a good idea to add the possibility to localize the RadComboBox export content (like Acrobat (PDF) file or CSV (comma delimited)).

By the way, where can I find the last base ReportViewer .resx file (Telerik.ReportViewer.WebForms.Resources) ? I guess this one is not the last one ? (http://www.telerik.com/support/kb/reporting/report-viewers/localizing-the-telerik-report-viewer.aspx)

Thank You
A.Boiselle

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 30 Sep 2010, 04:31 PM
Hello Arnaud,

According to your description, you're aiming to localize the export list, but this is currently not possible. However if you need to change the names for a specific language only, you can do so by using the Telerik Reporting Config Section e.g.:

<configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=4.1.10.921, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere" />
  </configSections>
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="PDF" description="My Chinese PDF description">
        </Extension>
        <Extension name="CSV" description="My Chinese CSV description">
        </Extension>
      </Render>
    </Extensions>
  </Telerik.Reporting>

Also the KB article you've referenced contains up to date resx files for both ASP and Winforms viewers.

All the best,
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
0
arnaud
Top achievements
Rank 1
answered on 30 Sep 2010, 04:42 PM
Thank you Steve
Tags
General Discussions
Asked by
arnaud
Top achievements
Rank 1
Answers by
Steve
Telerik team
arnaud
Top achievements
Rank 1
Share this question
or