How to set GloblalizedName in Designer

Stimulsoft Reports.WEB discussion
Post Reply
Ryan.A
Posts: 17
Joined: Mon May 14, 2018 7:59 am

How to set GloblalizedName in Designer

Post by Ryan.A »

Hi,

My version is Reports.Web - 2018.2.1.0.
How to set GlobalizedName in code? I want to use GlobalizedName to store my own translation and convert it with GlobalizationManager in Viewer.

Thanks
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to set GloblalizedName in Designer

Post by HighAley »

Hello.

Here is a sample code that set the GlobalizedName of the text component.

Code: Select all

var comp = report.GetComponentByName("Text1") as StiText;
comp.GlobalizedName = "Text";
Thank you.
Ryan.A
Posts: 17
Joined: Mon May 14, 2018 7:59 am

Re: How to set GloblalizedName in Designer

Post by Ryan.A »

Hi,

It work, thanks for your help.
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: How to set GloblalizedName in Designer

Post by Lech Kulikowski »

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
Post Reply