如何使用 jQuery 将一种语言翻译成另一种语言
我使用 jquery.translate-1.3.4.min.js 和 jquery-1.2.6.min.js 进行语言翻译。 通过使用上述文件,我只能翻译印地语和外语,但我想要南印度语言。
I am using jquery.translate-1.3.4.min.js and jquery-1.2.6.min.js for language translation.
By using the above files I can translate only Hindi and foreign languages, but I want South Indian languages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如其 Google 代码页所述,该插件只是将 Google Translate API 集成到 jQuery 中。如果谷歌翻译碰巧没有您需要的语言,那么您实际上无能为力。
但是,我建议您更新到该插件的最新版本,因为您使用的版本非常旧。
As stated on its Google Code page, the plugin simply integrates the Google Translate API into jQuery. If Google Translate doesn't happen to have the language you need, then there really isn't a lot you can do about it.
However, I would advise you to update to the latest version of the plugin, as the version you're using is very old.
您还可以尝试:http://www.superawesomejquery.com/plugins/2_jquery -谷歌翻译插件/
You can also try: http://www.superawesomejquery.com/plugins/2_jquery-google-translate-plugin/