Setting Language for Addthis Share Buttons

主宰稳场 提交于 2019-12-11 19:14:20

问题


When I click one of the share buttons, the popups and new pages are in English.

Is there a way I can set them to be a different language?

I have set the ui_language in addthis_conf but seeing as I am using custom images, I don't think that really matters.

var addthis_conf = {
    ui_language: "fr"
};

I know, for instance, that the native Twitter button uses the data-lang attribute to set the language of the popup content (https://dev.twitter.com/docs/tweet-button).

Is there something like that I can use for Addthis buttons?


回答1:


The ui_lang parameter will adjust the language for all elements of the AddThis UI and doesn't have an effect on your images.



来源:https://stackoverflow.com/questions/19123091/setting-language-for-addthis-share-buttons

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!