I am working on a multilingual website right now. I am currently using the appropriate language file ('lange / _en.php') for language phrases. To change languages, users will select their language from the <select> element list. The thing I want to do is change the related phrases (and URLs, if possible) on the page without refreshing or posting the page.
I remember I saw something like this on the Internet, but I have no idea where.
Any help or any ideas on how to do this?
source
share