Unable to switch culture of Compiled Report

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

Unable to switch culture of Compiled Report

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Unable to switch culture of Compiled Report

Post 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.
Post Reply