Hi, I want to build a system with multi language support. So can you guys list down the possible solutions to make a multi language system in PHP? Thanks in advance
Hi, I've posted on my blog regarding how to make multi language site in PHP. Please checkout following URL: http://helpingpeoples.blogspot.com/2008/04/multiple-language-welcome-php-script.html Hope this helps..
do you mean i should make a different lang file for diff. language? and instead of hard coded the text, I make them constants associate with the language file?