Hi,
I followed the instructions in the link below to make my report support multiple languages.
https://www.stimulsoft.com/en/blog/articles/globalization-in-reports
How do I pass the desired language to my report?
I tried setting the locale before doing BuildReport but nothing happens.
Hello Raymond,
The OutSystems extension that you use does not implement the LocalizeReport function or a locale for that mattter.
What you can do (assuming you have C# knowledge), is to clone the module, and change the C# code to include to set the locale and localize a report.
Regards,
Daniel
Hi guys, Daniël is right.
What is strange is that my own version it's implemented already, I don't remember why I haven't updated in the forge.
Raymond, let me take a look at this and I back here to let you know when the component is updated.
Paulo
Kind regards
Paulo Fagundes Jr. wrote:
Great Paulo, looking forward to this new version !
Hi Paulo
when do you think this new multi language version will be available?
Hi Raymond,
I just updated the component to the Version 11.0.0.3 still under development, however, you can already test the new action to set a culture.
Despite that, I'd like to tell you that when you are designing your report you must to add a GlobalizationStrings, otherwise you cannot use this globalization.
Let me know if that worked and do not forget to make this question as solved.
Thank you for being using it;
Paulo,
I have tested version 11.0.0.3 and it works fine !
Thanks for the quick solution.....