How to switch interface language of DesignerControl by code
Posted: Wed Sep 05, 2007 2:06 am
Thanks Fabio and Edward!
I'm looking forward to this release.
I'm looking forward to this release.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
Dim designer As New Stimulsoft.Report.Design.StiDesigner
MainMenuService = Stimulsoft.Report.Design.StiMainMenuService.GetService(designer)
Stimulsoft.Report.StiOptions.Configuration.DirectoryLocalization = My.Application.Info.DirectoryPath
MainMenuService.SetLocalization("it.xml")
Code: Select all
Stimulsoft.Report.StiOptions.Configuration.DirectoryLocalization = My.Application.Info.DirectoryPath