hello, how to change the language to control StiViewerControl to leave me the legends of the buttons in Spanish instead of English?
I have this line but I just change the language in StiDisagnerControl
rutaidioma = System.AppDomain.CurrentDomain.BaseDirectory + "xml\\es.xml";
Stimulsoft.Report.StiConfig.LoadLocalization(rutaidioma);
I hope I can help
how to change the language to control StiViewerControl
how to change the language to control StiViewerControl
Hello,
You can use the following code:
Thank you.
You can use the following code:
Code: Select all
Stimulsoft.Report.StiConfig.LoadLocalization("es.xml");
stiViewerControl1.Localize();