Page 1 of 1

Unable to switch culture of Compiled Report

Posted: Fri Mar 16, 2012 7:13 am
by Lex Lavnikov
Hi,

after calling StiReport.Compile(someDllName), we get nice DLL containing all GlobalizationStrings.

However, loaded from this DLL report cannot switch localization using LocalizeReport.

What are we doing wrong?

Storyline:

1) Report.Load & Compile (if not already compiled)
2) Report.LocalizeReport("de")
3) Report.Show() -> everything still in English

Unable to switch culture of Compiled Report

Posted: Mon Mar 19, 2012 7:26 am
by HighAley
Hello.
Alladin wrote:after calling StiReport.Compile(someDllName), we get nice DLL containing all GlobalizationStrings.

However, loaded from this DLL report cannot switch localization using LocalizeReport.

What are we doing wrong?

Storyline:

1) Report.Load & Compile (if not already compiled)
2) Report.LocalizeReport("de")
3) Report.Show() -> everything still in English
There is no Globalization Strings in the Compiled report and you couldn't change localization in the compiled report.

Thank you.