Switch Globalization Culture in Designer

Stimulsoft Ultimate discussion
Post Reply
Lex Lavnikov
Posts: 34
Joined: Tue Nov 08, 2011 9:34 am
Location: Frankfurt

Switch Globalization Culture in Designer

Post by Lex Lavnikov »

Hi,

How could I switch globalization culture in Designer to preview localized version of my report?

Thank you
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Switch Globalization Culture in Designer

Post by Alex K. »

Hello,

You can use the following code:

Code: Select all

report.Load();
report.LocalizeReport(cultureName);
Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Switch Globalization Culture in Designer

Post by HighAley »

Hello.
Alladin wrote:How could I switch globalization culture in Designer to preview localized version of my report?
Please, use the 'Get Culture Strings from Report' and 'Set Culture Strings to Report' buttons in the Globalization Editor. Look at the attached image.

Thank you.
Attachments
1727.GlobalizationStringsGetSet.png
1727.GlobalizationStringsGetSet.png (42.14 KiB) Viewed 2418 times
Post Reply