Hi,
How could I switch globalization culture in Designer to preview localized version of my report?
Thank you
Switch Globalization Culture in Designer
-
- Posts: 34
- Joined: Tue Nov 08, 2011 9:34 am
- Location: Frankfurt
Switch Globalization Culture in Designer
Hello,
You can use the following code:
Thank you.
You can use the following code:
Code: Select all
report.Load();
report.LocalizeReport(cultureName);
Switch Globalization Culture in Designer
Hello.
Thank you.
Please, use the 'Get Culture Strings from Report' and 'Set Culture Strings to Report' buttons in the Globalization Editor. Look at the attached image.Alladin wrote:How could I switch globalization culture in Designer to preview localized version of my report?
Thank you.
- Attachments
-
- 1727.GlobalizationStringsGetSet.png (42.14 KiB) Viewed 2418 times