Globalisation to display report in one of several languages
Posted: Tue May 31, 2016 3:36 am
Hi,
I have three cultures (Arabic [ar], Chinese (Simlified)[zh-CHS], Catalan[ca]) added on Globalization editor.
My OS primary culture is en-US.
What I try to do is in Report Begin Rendering event to do following
string cultureName = "ar";
this.LocalizeReport(new CultureInfo(cultureName));
I was expecting, this would force the report to display in Arabic. Unfortunately it still seems to be picking up the culture from OS.
Is it possible to do what I am trying to do above?
Thanks
Regards
Mihiri
I have three cultures (Arabic [ar], Chinese (Simlified)[zh-CHS], Catalan[ca]) added on Globalization editor.
My OS primary culture is en-US.
What I try to do is in Report Begin Rendering event to do following
string cultureName = "ar";
this.LocalizeReport(new CultureInfo(cultureName));
I was expecting, this would force the report to display in Arabic. Unfortunately it still seems to be picking up the culture from OS.
Is it possible to do what I am trying to do above?
Thanks
Regards
Mihiri