Page 1 of 1
Switch Globalization Culture in Designer
Posted: Thu Mar 15, 2012 10:44 am
by Lex Lavnikov
Hi,
How could I switch globalization culture in Designer to preview localized version of my report?
Thank you
Switch Globalization Culture in Designer
Posted: Mon Mar 19, 2012 5:51 am
by Alex K.
Hello,
You can use the following code:
Code: Select all
report.Load();
report.LocalizeReport(cultureName);
Thank you.
Switch Globalization Culture in Designer
Posted: Mon Mar 19, 2012 6:40 am
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.