Hi,
I am trying to think of the best way to make a button/anchor for switching languages in my website.
I need a button that when clicked, will changes a global variable lang
, and refresh the page (so the new variable will be updated).
Can you advice me what's the best solution, thanks
By the way I am using python with Google AppEngine.