Hi, maybe i didn't find it on ur site, but can u tell me how can i change the language from eng to ita?
cheers
The language should change automatically depending on what the user's browser is configured to use. However, if you'd like to force a particular language use this configuration:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.ui_language = 'it';
</script>
This question is closed to new answers.