Google语言翻译器 [英] Google Language Translator

查看:121
本文介绍了Google语言翻译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好老年人............
我在这里发布了一个代码,此代码在mozila 3.5.11中有效,但在较低版本的mozila中不起作用,所以我该怎么办?它还可以在Internet Explorer 8和Google Chrome 5.0.375.99和Safari 5.0中使用.但不适用于歌剧
现在,我想将其设置为向后兼容模式,那么请告诉我该怎么做?
代码在下面

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

<!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>



谢谢
Sathish Kasinathan.



Thanks
Sathish Kasinathan.

推荐答案

如果它不起作用,则旧的浏览器不支持它所需要的东西的可能性很大.您是否尝试过阅读文档以查看他们说的内容适用于什么?
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 ?


我相信这是讨论此问题的更好地方:
http://translate.google.com/support/ [ Google翻译帮助论坛 [^ ]
根据一般文档,它们似乎没有局限性.而且,这个东西是从现在开始的. Firefox 3.5随后发布了很多.因此兼容性不应该成为问题.
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.


这篇关于Google语言翻译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆