Page of Page

Stimulsoft Reports.NET discussion
Post Reply
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Page of Page

Post 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!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Page of Page

Post by Edward »

Please see the Globalized Report example from the standard delivery.

Thank you.
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Page of Page

Post by EDV Gradl »

This is much to complicated for my problem. I there no simple way to translate PageNofM?

Thanks!
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Page of Page

Post by Vital »

You need specify path to localization file:

Code: Select all

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