8
03, 2009
If you want to give your site users to access your website content in different languages like spanish, dutch, german etc. automatically! then this simple script can do it in seconds using google translator. Best part is, you do not even need to know languages yourself!
<?php
$defaultLang = ‘en’;
/*
* Don’t edit under here
*/
$hostname = $_SERVER[’SERVER_NAME’];
$url = [...]
read full story of "Automatic translation using google translator"

Recent Comments