翻译成JS?
基本上需要在JS中生成自定义(一些不同然后是不是)消息(警报),如何处理其中的翻译?
Basically need to generate custom(some different then yes no) messeges(alert) in JS , how to deal with translation in it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请看一下 jQuery-i18n 翻译插件
以及 jQuery 本地化
或者,如果您确实想要更多翻译而不是查找数据,请尝试 谷歌翻译 API
Plese take a look at jQuery-i18n translation plugin
And jQuery localisation
Or, If you really want more translation than looking up data, try google translate api
使用这个 JQuery 插件
http://www.openxrest.com/translatejs
1 - 在您的文本中包含“trn”类想要翻译:
2 - 定义字典:
3 - 翻译整个页面正文:
4 - 更改为另一种语言:
Use this JQuery plugin
http://www.openxrest.com/translatejs
1 - Include the "trn" class to the text you want to translate:
2 - Define a dictionary:
3 - Translate the entire page body:
4 - Change to another language: