Click here to Skip to main content
16,016,759 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Seniors ............
Here I Posted one code , this code works in mozila 3.5.11 but not in lower versions of mozila so what I have to do? It also works in internet explorer 8 and Google Chrome 5.0.375.99 and Safari 5.0 . but it not works in opera
Now i want to make it as a backward compatibility mode so tell me what I should do for this?
The code is below

XML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</head>
<body>
google
I am a human i from  india
</body>
</html>


Thanks
Sathish Kasinathan.
Posted
Updated 21-Jul-10 20:11pm
v3

If it doesn't work, odds are very good the older browsers don't support what it needs. Did you try reading the docs to see what they say it works with ?
 
Share this answer
 
I believe this would be a better place to discuss this out:
http://translate.google.com/support/[^]

Further, they have a Help Forum for very topic: Google translator Help Forum[^]
Based, on general documentation it doesn't look like they have limitation. Further, this thing is from some time now. Firefox 3.5 was released much after that. So compatibility shouldn't be an issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900