until some days ago in my site I have two language and a button to change it, when I change language for current user the page update and the texts change without need to reload.
Now I need to reload page to see text change…why?
P.S. I try either with conditions in text field and with updated method of translate field
We had to enforce the loading of the language on the server for performance, so you need to refresh indeed (it wasn’t working well before, it would work for some stuff, but not everything). All websites do this that way.