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?
How do I set Select UI Language by code?
Please place the following code in the very beginning of your Application, when none of Stimulsoft components was created :
Thank you.
Code: Select all
StiConfig.Load();
StiConfig.LoadLocalization(Path.Combine("path to the xml localisation files", "it.xml"));
StiConfig.Save();
How do I set Select UI Language by code?
Is very well.
Thank you.
Thank you.