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
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Globalization not working for StiWebDesigner or StiWebViewerFx
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.
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
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Globalization not working for StiWebDesigner or StiWebViewerFx
Works perfect! Thanks!
Globalization not working for StiWebDesigner or StiWebViewerFx
Excellent!
Have a nice day!
Thank you.
Have a nice day!
Thank you.