localization - How to localize ActiveReport 7.0 XML PageReports rdlx -
we have huge number of page reports created using activereport (*.rdlx files) use them our asp.net mvc web appolication.
all captions , other stuff created on english
now need add multilanguage support there so, somehow need existing texts inserted in resource file , can add translations
is there way achive task quickly, without going each report field , manually extracting resource file? documentation says once change language property, resource files created, seems not working xml reports, or there shouldbe trick
for reports designed code-behind, resource files created pretty same if create windows form... fail find out how xml reports.
page reports support localization; doesn't resource file.
this mentioned off-hand in single sentence on page localization activereports 7.
setting localized value in page report done same in section report. change report's language
property , set new textbox values. @ report runtime appropriate value textbox used.
as mentioned above, doesn't generate separate .resx file; instead if inspect resulting .rdlx you'll find custom dd:localizationresources
element created specifies language setting , new values report elements.
Comments
Post a Comment