I use facebook like button on my web page with facebook comments plugin and until now it works ok, but today I realized, that it displays in three different languages (english, czech and slovak) in three different browsers. The problem is with different width of each language. Here I've tried to change en_US to sk, but with no effect:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script src="http://connect.facebook.net/en_US/all.js"></script>
Thank you