Page 1 of 1

How do I set Select UI Language by code?

Posted: Wed Jun 18, 2008 2:14 am
by mgorgin
please help me to
set Select UI Language by code.

I will set this at runtime programaticaly;

How do I set Select UI Language by code?

Posted: Wed Jun 18, 2008 4:13 am
by Edward
Please place the following code in the very beginning of your Application, when none of Stimulsoft components was created :

Code: Select all

StiConfig.Load();
StiConfig.LoadLocalization(Path.Combine("path to the xml localisation files", "it.xml"));
StiConfig.Save();
Thank you.

How do I set Select UI Language by code?

Posted: Wed Jun 18, 2008 6:27 am
by mgorgin
Is very well.

Thank you.