-->

Setting Language for Addthis Share Buttons

2019-08-29 20:44发布

问题:

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.