I'm using the AddThis share buttons on my site but I have a problem which is the buttons language changed depending on user browser language.
JavaScript Code:
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-552ac4af2fde1432" async="async"></script>
HTML code:
<div class="addthis_native_toolbox"></div>
I used this code to set one language but it didn't worked
var addthis_config = {
ui_language: "fr"
}