Page 1 of 1

How to set UI Language

Posted: Thu Jul 29, 2010 1:53 am
by keyideas
How to set UI Language which is default provided by STIWebDesigner: Dutch, English and german

How to set UI Language

Posted: Thu Jul 29, 2010 2:02 am
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.

How to set UI Language

Posted: Thu Jul 29, 2010 2:18 am
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.

How to set UI Language

Posted: Thu Jul 29, 2010 5:25 am
by Andrew
Ok! Thank you.