The issue is, when we navigate from the real page, through this link, it won’t detect our locale, and try to redirect the default fallback locale which is hungary in our pages.
For our custom buttons it works perfectly the locale will stay the same like the user currently on.
How can we have this feature, without too much extra code, and replace every url with the /LOCALE/url version in the richtext, or is it the only way to solve it?
Hey @radikris ! I see this seems to be resolved, what was your fix? Was it just to manually enter in the /locale/?
Unfortunately I think this is somewhat expected behavior for a relative path as it will add the path after the main domain. Let me know if you used a different route to solve it!
Hey @radikris you can edit an element’s binding in the data tab by selecting Edit Code and use a template literal, or by concatenating strings to achieve this, check it out: