I need to change the viewer language

Stimulsoft Reports.NET discussion
Post Reply
Modi_Fadl
Posts: 5
Joined: Thu Nov 05, 2009 8:32 am
Location: Egypt

I need to change the viewer language

Post 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
Mohamed
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

I need to change the viewer language

Post 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.
Modi_Fadl
Posts: 5
Joined: Thu Nov 05, 2009 8:32 am
Location: Egypt

I need to change the viewer language

Post by Modi_Fadl »

Thanks,

That helps a lot!

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

Mohamed
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

I need to change the viewer language

Post 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.
Post Reply