I am seeing many sites on the web that suggest a language choice - usually two or three languages and it changes the entire site into the selected language.
I want to know how to do it professionally?
Is there any plugin that makes life easier?
can google-translate be molded to make this happen?
I want to change the language of my site to 7-languages? How can this be done?
my site uses HTML,css,JQuery,AJAX and PHP, MySQL...so kindly guide me as such.
what I am currently doing is loading a different page (which has been written in that language) when a user click on any language.
Here is my code:
<a href="page_lang1">lang 1</a><br/>
<a href="page_lang2">lang 2</a>