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

Stimulsoft Reports.NET discussion
Post Reply
JugerHiTech
Posts: 1
Joined: Sun May 02, 2010 12:33 am
Location: Taiwan

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

Post by JugerHiTech »

Hi,

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

Thanks,
Edwin
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

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

Post by Jan »

Hello Edwin,

You can use following code before StiRibbonViewerControl creation:

Code: Select all

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