Globalization not working for StiWebDesigner or StiWebViewerFx
Posted: Fri Apr 22, 2011 8:40 pm
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!
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!