Page 1 of 1

How Can I set the Language for StiRibbonViewerControl in the WinForm by c#

Posted: Sun May 02, 2010 12:35 am
by JugerHiTech
Hi,

Does anyone can tell me how to set the UI Language for StiRibbonViewerControl in the WinForm by c# scripts?

Thanks,
Edwin

How Can I set the Language for StiRibbonViewerControl in the WinForm by c#

Posted: Mon May 03, 2010 8:07 am
by Jan
Hello Edwin,

You can use following code before StiRibbonViewerControl creation:

Code: Select all

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