How to set UI Language

Stimulsoft Reports.NET discussion
Post Reply
keyideas
Posts: 4
Joined: Thu Jun 24, 2010 11:45 pm
Location: Delhi

How to set UI Language

Post by keyideas »

How to set UI Language which is default provided by STIWebDesigner: Dutch, English and german
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to set UI Language

Post by Andrew »

Hello,

Copy the localization .xml files to the Localization folder in your project. All languages will be automatically detected in WebDesigner. To change the default localization set the following property:



Thank you.
keyideas
Posts: 4
Joined: Thu Jun 24, 2010 11:45 pm
Location: Delhi

How to set UI Language

Post by keyideas »

Thanks for soon reply.
Actually i would like to set language in C# code. I got the idea from that and do it like that.

Code: Select all

 StiLocalization.Language = Session["MyUICulture"].ToString().Remove(2);//it gives the user selected language like en, es and fr
anyway thanks again.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to set UI Language

Post by Andrew »

Ok! Thank you.
Post Reply