I am currently trying to change the language according to the user choice for my website, i have a dropdown that call a method via an ajax action link to change the language settings. The problem is that the language don’t change right the way, i have to change to an other page to see a difference. I would like to know if there is a way to refresh the actual page juste like when you press F5 in your browser.
Thanks in advance.
JavaScript:
Specifying
trueinstructs the browser to always reload from the server instead of potentially using it’s cache.