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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -