Hi i am devloping sample site in php i need to translate whole website in to persian. how can it possible in php?? I have tried using the following code.. This code will wor
@rbenmass Thank You :-)
I think it have to be , because it runs good for me :
/* original from @rbenmass : function translate($q, $sl, $tl){ if($s==$e || $s=='' || $e==''){ return $q; } **/ function translate($q, $sl, $tl){ if($sl==$tl || $sl=='' || $tl==''){ return $q; } // ... //