How to change UI language
Posted: Thu Nov 17, 2011 12:30 pm
Hello!
How to change the UI language of the designer and the viewer by code?
Thanks!
How to change the UI language of the designer and the viewer by code?
Thanks!
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/
Please try to use next code:tevildo wrote:How to change the UI language of the designer and the viewer by code?
Code: Select all
StiLocalization.Load(@"c:\Program Files\Stimulsoft Reports.Ultimate 2011.2 Trial\Bin\Localization\de.xml");
Which version do you use?tevildo wrote:The code doesn't work. StiLocalization reads the file, but when I run the designer with report.DesignWithWpf(), the designer is not localizated.
It works right in this version. Maybe you should correct the path to your language file.tevildo wrote:I use 2011.2.1100.0 version.Thanks!
Here is a sample project.tevildo wrote:Can you give a sample, please? I can't localize the deisgner..