Hello
I'm using the Interaction\DropdownSearch, I want to translate all the texts in a choosen language.
I tried the solution of using the SetVirtualSelectConfigs, it translates the texts when all options are selected or when X options are selected.
But it generates a crash of the widget when the page is reloaded. I join my .oml so you can see the problem. All the widget vanishes when you click on "Home" (simple link that redirect to same page).
Did someone experience the same problem? Why it crashes?
Hi @Ada Dom ,
Please don't use external plugins for translations. Since we already have the inbuild translations, you can try to use this https://success.outsystems.com/documentation/11/developing_an_application/design_ui/multilingual_reactive_web_and_mobile_apps/
And also remove the multilingual translation module dependency from your module.
I hope this will help for your issue.
Hi,
I already tried to use the inbuild translations but it does not find the texts to translate :( that's why I used the SetVirtualSelectConfigs, I found this solution in this forum, but as seen it crashes.
(I forgot to precise the code from my example is a minimal code that I extracted from a bigger project.)