How do I set Select UI Language by code?

Stimulsoft Reports.NET discussion
Post Reply
mgorgin
Posts: 27
Joined: Wed Jun 18, 2008 2:06 am

How do I set Select UI Language by code?

Post by mgorgin »

please help me to
set Select UI Language by code.

I will set this at runtime programaticaly;
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How do I set Select UI Language by code?

Post 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.
mgorgin
Posts: 27
Joined: Wed Jun 18, 2008 2:06 am

How do I set Select UI Language by code?

Post by mgorgin »

Is very well.

Thank you.
Post Reply