Page 1 of 1

hi how I can load a language in my control. net

Posted: Thu Mar 03, 2011 10:41 am
by miguels
hi how I can load a language in my control. net so it does not change depending on the operating system ... I want you to always be displayed in Spanish

hi how I can load a language in my control. net

Posted: Fri Mar 04, 2011 1:02 am
by Alex K.
Hello,

You can use the following code for load Spanish localization:

Code: Select all

Stimulsoft.Report.StiConfig.LoadLocalization("es.xml");
Thank you.