Where am I going wrong? I included the ui_language parameter in the addthis_config variable. The button is translated as expected since it is specified outside of the JavaScript code. However, the menus are not being translated. For example "Print" should appear as "Imprimir" and "More" should appear as "Mais", etc.
Here is a link to my website:
http://www.debrabarbarick.com/pt/404-error.html
Here's a snippet of my code:
<!-- AddThis Button Starts Here -->
<script type="text/javascript">
var addthis_config = {
ui_language: "pt"
pubid: "xa-4f30daa2641a1fa4"
}
</script>
<a class="addthis_button"
href="http://www.addthis.com/bookmark.php?v=250&pubid=xa-4f30daa2641a1fa4">
<img src="http://s7.addthis.com/static/btn/sm-share-pt.gif"
width="83" height="16" alt="Bookmark and Share" style="border:0"/>
</a>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f30daa2641a1fa4">
</script>
<!-- AddThis Button Ends Here -->
Thank you in advance for your help!
That's a bug on our end. I've reported it to our developers and we'll get it fixed.
This question is closed to new answers.