Page 1 of 1

Globalization not working for StiWebDesigner or StiWebViewerFx

Posted: Fri Apr 22, 2011 8:40 pm
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!

Globalization not working for StiWebDesigner or StiWebViewerFx

Posted: Mon Apr 25, 2011 8:51 am
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.

Globalization not working for StiWebDesigner or StiWebViewerFx

Posted: Mon Apr 25, 2011 3:46 pm
by jay@bplogix.com
Works perfect! Thanks!

Globalization not working for StiWebDesigner or StiWebViewerFx

Posted: Mon Apr 25, 2011 10:32 pm
by Andrew
Excellent!

Have a nice day!
Thank you.