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#
-
- 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#
Hello Edwin,
You can use following code before StiRibbonViewerControl creation:
Thank you.
You can use following code before StiRibbonViewerControl creation:
Code: Select all
Stimulsoft.Report.StiConfig.LoadLocalization("en.xml");