PHP – create a multiple language website with php in 3 steps
The multilingual website is necessary if you would like to make your website internationally. To make your website support multiple language, only 3 steps are needed.
- Create the language file for each language
- Create a parsing file to include different language file based on cookie/session/user profile
- Include the parsing file in the homepage and use echo to display the content.
For detail, can refer to
http://www.bitrepository.com/php-how-to-add-multi-language-support-to-a-website.html