Multilingual pages with PHP
Posted: Sun Feb 06, 2011 5:59 pm
I was planning of making my CMS and frontend of a website multilingual. I've thought of using a variable in the url like &lang=en
I used a session variable to keep this setting. The header script gets the variable from the session and loads a list of constants.
Is it a good method? is there any other method? How does this affect search engines?
I used a session variable to keep this setting. The header script gets the variable from the session and loads a list of constants.
Is it a good method? is there any other method? How does this affect search engines?