Languages

The AddThis menu automatically translates itself into the language specified by the locale of your users' browser, e.g. the Spanish version of Firefox. Please note that because AddThis menus are rendered client-side, Firefox cannot reliably translated by changing the browser's language preference selection; this is not an issue for Internet Explorer. The following is a list of currently supported languages.

If you would like to provide translations for a language not in this list, or suggest improvements to our existing translations, please visit our Language Database.


Supported Languages and Two Letter Codes

Examples on this page are using . Click a language below to use a different language:


Back to Top


Menu Language

ui_language (Optional)
If you do not set the language the menu will change language automatically based on the user's browser language setting. The possible two-letter codes are listed below.
<script type="text/javascript">
var addthis_config = {
     ui_language: "__language__"
}
</script>

Back to Top


Button Language

...src="URL"...
You can use one of our language-specific buttons or create your own image. You can also use text in your language instead of an image.
<a href="http://www.addthis.com/bookmark.php" 
	class="addthis_button"><img 
	src="http://s7.addthis.com/static/btn/v2/lg-share-__language__.gif" 
	width="__width__" height="16" border="0" alt="Share" /></a>
Bookmark
<a href="http://www.addthis.com/bookmark.php" 
     class="addthis_button"><img 
      src="http://s7.addthis.com/static/btn/v2/sm-share-__language__.gif" 
      width="__width__" height="16" border="0" alt="Share" /></a>
Bookmark

Back to Top


API Reference

Check out the full menu API specification to learn more.