Hello ,
We have a class library which contains all reports in the application.Also we have three different applications developed in Silverlight , WPF and Asp.Net website.Each report can be called used in all application.Now we want to localize all the reports based on the culture set from the application. I have gone through the link http://www.telerik.com/help/reporting/report-viewer-localization.html , but it did not help me.Also i could not found good reference material for localization.
It will be good if you can provide us the sample project which will work for all three kind of applications which includes setting a label text from resource file.
Thanks in advance.
We have a class library which contains all reports in the application.Also we have three different applications developed in Silverlight , WPF and Asp.Net website.Each report can be called used in all application.Now we want to localize all the reports based on the culture set from the application. I have gone through the link http://www.telerik.com/help/reporting/report-viewer-localization.html , but it did not help me.Also i could not found good reference material for localization.
It will be good if you can provide us the sample project which will work for all three kind of applications which includes setting a label text from resource file.
Thanks in advance.
5 Answers, 1 is accepted
0
Hello Michel,
The article you've referenced is clearly meant to serve as guide only for the windows forms viewer and not for the reports. The localization of the reports is almost the same as the standard localization in .NET and described in details in the Localizing Reports help article.
As for the report viewers, currently only the web and windows forms viewers can be localized. It is in our TODO list to implement localization for the Silverlight and WPF viewers.
Regards,
Steve
the Telerik team
The article you've referenced is clearly meant to serve as guide only for the windows forms viewer and not for the reports. The localization of the reports is almost the same as the standard localization in .NET and described in details in the Localizing Reports help article.
As for the report viewers, currently only the web and windows forms viewers can be localized. It is in our TODO list to implement localization for the Silverlight and WPF viewers.
Regards,
Steve
the Telerik team
0
Gerald
Top achievements
Rank 1
answered on 09 May 2011, 06:14 PM
Hi,
Is Localization for WPF still on your TODO list?
I need this feature ASAP...
Thanks,
GĂ©rald
Is Localization for WPF still on your TODO list?
I need this feature ASAP...
Thanks,
GĂ©rald
0
Hello Gerald,
Peter
the Telerik team
Currently the WPF report viewer is not localizable. However, if your target is to modify the WPF report viewer only for one language you can do this with the Expression Blend and customize the control template according to your needs. More information is available in the Creating Style in Expression Blend help article. Additionally I have attached a sample project to illustrate a modified template.
Greetings,Peter
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
Gerald
Top achievements
Rank 1
answered on 12 May 2011, 06:54 PM
Thanks,
I only need to display it in french.
So I will go with the templating route.
Do I need to re-template each time you release a new verion of the viewer?
GĂ©rald
I only need to display it in french.
So I will go with the templating route.
Do I need to re-template each time you release a new verion of the viewer?
GĂ©rald
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 16 May 2011, 05:02 PM
Not unless telerik have made changes to the template.