30
Views
6
Comments
[Stimulsoft Reports .NET] How to use globalization strings in this component
Question
stimulsoft-reports-net
Web icon
Forge asset by oDevFagundes

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.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hello Raymond,

The OutSystems extension that you use does not implement the LocalizeReport function or a locale for that mattter.

That is the reason why it does not work, I think.

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


2025-04-23 09-24-58
oDevFagundes
Champion

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 

2025-11-21 21-39-01
Raymond Vermeer

Paulo Fagundes Jr. wrote:

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 

 

 Great Paulo, looking forward to this new version !

2025-11-21 21-39-01
Raymond Vermeer

Hi Paulo 

when do you think this new multi language version will be available?

2025-04-23 09-24-58
oDevFagundes
Champion

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;


 


2025-11-21 21-39-01
Raymond Vermeer

Paulo,

I have tested version 11.0.0.3 and it works fine !

Thanks for the quick solution.....

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.