Hello at all,
I have a strange problem. I use this kind of object Preview.PrintPreviewStaticItem (type PageofPages) to show number of
pages on a RibbonStatusBar in this kind of format: Page {0} of {1}. This kind
of object is maintained on a preview print on a gridview.My problem is
that:
when i start the application in english the status bar show for
example Page 1 of 3..etc. If a start the application in italian print preview
show always Page 1 of 3 (not the same number but in this kind of
format in english language insted of "Pagina 1 di 3" in italian language). Obviously i've load italian dll of DevExpress, in
fact the others components are show in italian (also others belonging to
print preview). I've also open localization solution of PreviewPrint and i've
see this translation in the resources; but however is not load. Also I've tried
manually change the caption of Preview.PrintPreviewStaticItem, but it is
not change.
Help me!