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

Localizing a report

1 Answer 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marcus Kellermann
Top achievements
Rank 1
Marcus Kellermann asked on 26 Apr 2007, 12:38 AM
Is there an example anywhere of localizing a report for multiple languages?  Are the reports able to support pulling thier strings from standard .net resources using the resourcemanager.getstring method?

Localization is the #1 downfall of most reportings systems, I haven't had time to play with this yet, but it looks very promissing...

1 Answer, 1 is accepted

Sort by
0
Chavdar
Telerik team
answered on 26 Apr 2007, 01:08 PM
Hi Marcus,

The Telerik reports are localizable. At design time you should set the Localizable property of the Report to true and then select the Language which you what to use for the report. The designer automatically creates a corresponding to the language resouce file.

At runtime the language is controlled by the System.Threading.Thread.CurrentThread.CurrentUICulture property.

 
Regards,
Chavdar
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Marcus Kellermann
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Share this question
or