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?