We have moved away from using the Multilingual Component and started using the Reactive Multilingual feature to translate our app. I don't see a way to translate the Pagination widget.
With the Multilingual Component, there were specific data-trans keys added in the Pagination component's text. How can we do this with the new Multilingual feature?
There is a way I think, you can use Javascript as Dorine did in this thread. Or you can clone the component and do whatever you want with the pagination component in this case you can translate the pagination.
https://www.outsystems.com/forums/discussion/73225/list-navigation-text/
Anyways, the author of the thread created an idea for this kind of case, maybe you can put there another comment if you have more ideas for the feature he mentions.
https://www.outsystems.com/ideas/11219/add-text-propriety-to-the-navigation-component/
Kind regards,
Márcio
Thanks, I made my own wrapper web block using the JavaScript example.
It's a bit awkward, since the Pagination widget's Render can be called after the wrapper's Render, so I have to call the text replacement twice with a timeout in between.