Page 1 of 1

How to change UI language

Posted: Thu Nov 17, 2011 12:30 pm
by tevildo
Hello!

How to change the UI language of the designer and the viewer by code?

Thanks!

How to change UI language

Posted: Fri Nov 18, 2011 3:37 am
by HighAley
Hello.
tevildo wrote:How to change the UI language of the designer and the viewer by code?
Please try to use next code:

Code: Select all

StiLocalization.Load(@"c:\Program Files\Stimulsoft Reports.Ultimate 2011.2 Trial\Bin\Localization\de.xml");
Thank you.

How to change UI language

Posted: Fri Nov 18, 2011 6:54 am
by tevildo
Hello,

The code doesn't work. StiLocalization reads the file, but when I run the designer with report.DesignWithWpf(), the designer is not localizated.

Thanks!

How to change UI language

Posted: Mon Nov 21, 2011 1:09 am
by HighAley
Hello.
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.
Which version do you use?

Thank you.

How to change UI language

Posted: Mon Nov 21, 2011 3:29 am
by tevildo
Hello,

I use 2011.2.1100.0 version.

Thanks!

How to change UI language

Posted: Mon Nov 21, 2011 8:14 am
by HighAley
Hello.
tevildo wrote:I use 2011.2.1100.0 version.Thanks!
It works right in this version. Maybe you should correct the path to your language file.

Thank you.

How to change UI language

Posted: Mon Nov 21, 2011 10:49 am
by tevildo
Hello,

Can you give a sample, please? I can't localize the deisgner..

Thanks!

How to change UI language

Posted: Tue Nov 22, 2011 7:07 am
by HighAley
Hello.
tevildo wrote:Can you give a sample, please? I can't localize the deisgner..
Here is a sample project.

Thank you.