How to localize ActiveReport 7.0 XML PageReports rdlx
We have a huge number of Page Reports created using ActiveReport (*.rdlx
files) We use them from our ASP.NET MVC web appolication.
All captions and other stuff were initially created on English
Now we need to add a multilanguage support there so, somehow we need all
existing texts be inserted in resource file and so we can then add
translations
Is there a way to achive this task quickly, without going to each report
field and manually extracting it into resource file? Documentation says
that once you change Language property, resource files will be created,
but seems it is not working for XML reports, or there shouldbe a trick
For the reports designed with Code-behind, resource files are created
pretty much the same as if you will create a Windows form... but I fail to
find out how to do this for XML reports.
No comments:
Post a Comment