用html自动翻译网页

时间:2018-10-30 22:28:33

标签: javascript jquery html css html5

有没有一种方法可以根据访问者的位置自动翻译我的页面。由于Google翻译不再免费。

我感谢任何示例和想法

1 个答案:

答案 0 :(得分:0)

也许您可以使用i18n js对用户的位置参数进行翻译和地理编码(通过navigator.geolocation在浏览器中提供)

文档链接: https://developer.mozilla.org/fr/docs/Web/API/Geolocation/getCurrentPosition

https://github.com/fnando/i18n-js