Hi I want to auto detect the language and translate it to english,
im using it in an interface,
I tried google API translate code but it is not translating the value in variable
Can any one plz try
Eg:
I want to translate the sentence in $x to English
<html>
<?php
$x='Est-ce que vous pouvez lécrire?';
echo $x;
?>
</html>