Hi, I am running a bilingual (English/French) website. For the French side of my site, I have used
ui_language: "fr"
in the javascript settings for addthis_config. And, this works for the pop-up menu on the addthis_button_compact button, however the language on the buttons beside it do not have French (envoyez un courriel, imprimer, etc...). I am running the same setup as you have posted on the following page (in the first section - "Languages"):
http://support.addthis.com/customer/portal/articles/381240?addthis_language=fr
Will this be fixed, or is there a custom way of hard-coding this for now?
Thanks!
If you want to use custom titles for the buttons, all you have to do is to set the title parameter in the <a> tag, like this:
<a class="addthis_button_email" title="Envoyez un courriel"></a>
This question is closed to new answers.