I have a simple html site.I want to change the language for that based on the country code
using php.That means i want to localise my site. Or translate the site to the user selected language
Any one help me with this
Thanks in advance
I have a simple html site.I want to change the language for that based
Share
I would recommend allowing the user to choose their own language. However, you could use something like this:
$languagewould then contain the language you should display to your user. What you do from there is up to you.