cancel
Showing results for 
Search instead for 
Did you mean: 

WPFCrystal Report Viewer Localization

Former Member
0 Kudos

Hi ,

Working on a requirement to make localization for WPFCrystal Report Viewer , in that process refered SAP Crystal Reports .NET SDK Developer Guide and fallowed Configuring Multilingual Client Support Tutorial.

My task is to localize WPFCrystalReportViewer , which fallows under Configuring multilingual client support for a Windows application .

I have few questions:-

1) Not able to see Romanian (actually spanish) language applied to reports even after setting "Regional and language" to Romanian language (i have fallowed all steps mentioned in Configuring Multilingual Client Support tutorial). So Does the tutorial applies for WPFCrystalReportViewe or do we need to set any culture information .

Here is the snippet which i have:-

ReportDocument mReportDocument = new ReportDocument();

// Thread.CurrentThread.CurrentCulture = new CultureInfo("ro-RO");

mReportDocument.Load(@"D:\CorrelationReport.rpt");

mReportDocument.SetDataSource(corrList);

this.reportViewer.ViewerCore.ReportSource = mReportDocument;

2) So can we set localization to just Crystal Report Viewer , not accordingly with OS Regional and language settings?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

can someone look into and give answers .

Thanks.

former_member183750
Active Contributor
0 Kudos

Please explain:

Not able to see Romanian (actually spanish) language applied to reports even after setting "Regional and language" to Romanian language

Spanish or Romanian?

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Former Member
0 Kudos

Hi Ludek,

Not to confuse , we have created folder with Romanian but actually the translation strings inside has spanish . This is the same thing which i have followed looking into SAP Crystal Reports .NET SDK developement guide (Tutorial: Configuring Multilingual Client Support).

Thanks

former_member183750
Active Contributor
0 Kudos

If it works for other cultures, it should work for SP also (e.g.; we may be looking at a bug or(?)). At this time I really don't have the time to test this and I've posted all the references I have in our other communications. I'd suggest creating a [phone case|http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369] as that will give you a dedicated support engineer.

- Ludek

Former Member
0 Kudos

Hi Ludek,

Thanks for the information , i have few more observations, with the same setup , created another sample with winForms Crystal Report Viewer , and its working fine.

So it must be something with WpfCrystalReportViewer.

Also can you tell me is there any passibility of doing localization for WinForms Crystal Report Viewer , withuout doing anything with Regional settings,

Thanks

former_member183750
Active Contributor
0 Kudos

is there any passibility of doing localization for WinForms Crystal Report Viewer , withuout doing anything with Regional settings,

- Not that I know

- Ludek

Former Member
0 Kudos

i didnt get what you mean?

Former Member
0 Kudos

Hi Ludek ,

Did you get any chance to look into Localization support for any language for WPF Crystal Report viewer and is there any other User Manual or help document , has all information on using Crystal Reports in WPF.

Thanks,

Prasanna

former_member183750
Active Contributor
Former Member
0 Kudos

No , not able to localize to any language with WPF Crystal Report Viewer. But as mentioned earlier , when fallowed the same steps with WinForms Crystal Report Viewer , localization is working.

(Have fallowed SAP crystal reports .NET SDK Developer Guide).

The Links which are mentioned , are to do with Localizing any WPF application , i think there must be something WPF Crystal Report must support for end user for Localizing WPF Crystal Report Viewer (may be for example Toolbars in WPF Crystal Report Viewer).

Thanks,

Prasanna

Answers (0)