Globalization not working for StiWebDesigner or StiWebViewerFx

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Globalization not working for StiWebDesigner or StiWebViewerFx

Post by jay@bplogix.com »

I am able to use a specific locale for StiWebViewer by using (this works great!):
StiWebViewer1.GlobalizationFile = "Localization/de.xml";
but I cannot get the flash-based viewer or flash-based report designer to recognize a specific locale. I use this:
StiWebDesigner1.Localization = "de";
StiWebDesigner1.LocalizationDirectory = "/Localization";
My Localization folder is in the root folder of my website.

How do I control the locale programmatically for the flash report builder?

Thanks!
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Globalization not working for StiWebDesigner or StiWebViewerFx

Post by Vladimir »

Hello,

Properties of a StiWebDesigner component must be defined on the aspx page or in a special PreInit event of StiWebDesigner component.

We also prepared an example for you that shows how to globalize the report in StiWebViewerFx. Please see the attached archive.

Thank you.
Attachments
943.Sample.zip
(1.37 MiB) Downloaded 530 times
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Globalization not working for StiWebDesigner or StiWebViewerFx

Post by jay@bplogix.com »

Works perfect! Thanks!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Globalization not working for StiWebDesigner or StiWebViewerFx

Post by Andrew »

Excellent!

Have a nice day!
Thank you.
Post Reply