如何禁用 Facebook Like 按钮的本地化

发布于 2024-11-06 08:07:52 字数 91 浏览 0 评论 0原文

Facebook 的点赞按钮在我的 russuin Windows 上看起来像“Мне нравится”。如何禁用这种行为?我希望在所有浏览器和平台上看到相同的按钮。

Facebook like button looks like "Мне нравится" on my russuin windows. How to disable this behavior? I want to see the same button on all browser and platfroms.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

妖妓 2024-11-13 08:07:52

语言在代码中设置(在本例中为“en_US”):

<script src="http://connect.facebook.net/en_US/all.js#appId=XXXXXXXXX&xfbml=1"></script>

以下是所有语言代码的列表:

facebook 语言环境< /a>

你的可能是 ru_RU 所以用你喜欢的语言的代码替换它

the language is set in the code (in this case 'en_US'):

<script src="http://connect.facebook.net/en_US/all.js#appId=XXXXXXXXX&xfbml=1"></script>

here's a list of all language codes:

facebook locales

yours is probably ru_RU so replace that with the code for your preferred language

羁绊已千年 2024-11-13 08:07:52

Facebook 语言环境遵循 ISO 语言国家/地区代码分别由下划线连接。

Facebook locales follow ISO language and country codes respectively, concatenated by an underscore.

昇り龍 2024-11-13 08:07:52

如果用户当前登录 Facebook,它将以其本地化语言显示。如果没有,我相信它默认为您在脚本文件中指定的语言。

If the user is currently logged into Facebook, it will display in their localized language. If not, I believe it defaults to the language you specify in the script file include.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文