Page 1 of 1

I need to change the viewer language

Posted: Thu Nov 05, 2009 8:44 am
by Modi_Fadl
Dear All,
How can i change the language of the StiWebViewer by Code ,i used
StiConfig.LoadLocalization(Server.MapPath("My path")); but no thing happened
so please could you give me an answer

I need to change the viewer language

Posted: Thu Nov 05, 2009 4:47 pm
by Edward
Hi Mohamed,

Please set GlobalizationFile property of StiWebViewer instead. In this property you can specify also the path to localization file.
Localization files you can find in the following folder:

Program Files\Stimulsoft\Stimulsoft Reports.Net xx\.Net xx\Bin\Localization

Thank you.

I need to change the viewer language

Posted: Sun Nov 08, 2009 2:42 am
by Modi_Fadl
Thanks,

That helps a lot!

Another question please I need to set the language based on the current Culture automatically


I need to change the viewer language

Posted: Mon Nov 09, 2009 8:09 am
by Jan
Hello Mohamed,

This is default mode of localization of report engine. You don't need do something. Report engine will be use localization which is specified for current culture automatically.

Thank you.