Translation

Stimulsoft Reports.WPF discussion
Post Reply
s.engels71
Posts: 1
Joined: Tue Jan 26, 2016 6:10 am

Translation

Post by s.engels71 »

Hi,

I have a problem with the translation of a report.
In one part of our report we use a user input which
is defined by a userdefined Variable that is requested
by user and allows user values by Items. The description
of this user-input is defined by the name of the variable
or its alias.
2016-01-26_1_Uebersetzung_benutzer_Eingabe .png
2016-01-26_1_Uebersetzung_benutzer_Eingabe .png (39.33 KiB) Viewed 3845 times
Is there a way to translate this description or to user a
user-defined description?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Translation

Post by HighAley »

Hello.

Could you specify how do you localize the report?
Do you use Globalization Manager or Globalization Editor?

Thank you.
claire_xinyue
Posts: 3
Joined: Tue Apr 02, 2019 3:42 am

Re: Translation

Post by claire_xinyue »

HighAley wrote: Tue Jan 26, 2016 12:38 pm Hello.

Could you specify how do you localize the report?
Do you use Globalization Manager or Globalization Editor?

Thank you.


Hi,

I have exactly the same problem. I use Globalization Manager because my users can add a new language at run time. It is working quite well after I added globalized name to some texts. For the variables that request input from user, I have to change the alias via code after loading the report (report.Dictionary.Variables["ToBeTranslated"].Alias = translatedText;)

Is there a better to do this?

Thanks,
Claire
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Translation

Post by Lech Kulikowski »

Hello,

> Is there a better to do this?

No.

Thank you.
Post Reply