How do I change the link title of email button to another language? I mean if you move the mouse over the email button, "Email" link title appears and I would like to change/customize the title "Email" to another language. Please advice.
Set the title attribute in the button, like this:
<a class="addthis_button_email" title="OTHER LANGUAGE"></a>
Replace OTHER LANGUAGE with the word for email you'd like to use.
This question is closed to new answers.