Page 1 of 1

Page of Page

Posted: Wed Apr 04, 2007 4:46 am
by EDV Gradl
Hi Team from Stimulsoft,

I've added a system text: page of totalpages in my report.

When rendering the output is in english. How do force the report engine to display the text in german?

Thanks!

Page of Page

Posted: Wed Apr 04, 2007 4:48 am
by Edward
Please see the Globalized Report example from the standard delivery.

Thank you.

Page of Page

Posted: Wed Apr 04, 2007 5:45 am
by EDV Gradl
This is much to complicated for my problem. I there no simple way to translate PageNofM?

Thanks!

Page of Page

Posted: Sun Apr 08, 2007 3:48 am
by Vital
You need specify path to localization file:

Code: Select all

StiConfig.LoadLocalization("de.xml");
Thank you.