Using AddThis with a custom language the plugin keep loading facebook button in English because it insert into page this code
“https://connect.facebook.net/en_US/all.js#xfbml=1&appId=…”
so everytime you update the plugin i have to edit wp-socializer/wp-socializer.php
find array_push($scripts, ‘”https://connect.facebook.net/en_US/all.js#xfbml=1‘ . $fbparam . ‘”‘);
and overwrite it with my language
Please correct this and sorry for my english