I did what you told me (twice actually). I have the following shortcode (under the widget):
[efb_likebox fanpage_url="NowaDebata" box_width="300" box_height="275" colorscheme="light" locale="pl_PL" responsive="1" show_faces="1" show_header="1" show_stream="0" show_border="1" ]
After firing up firebug and inspecting this element, I always get the locale=en_US:
<div data-show-border="true" data-stream="false" data-header="true" data-show-faces="true" data-height="275" data-width="300" data-colorscheme="light" data-href="https://www.facebook.com/NowaDebata" class="fb-like-box responsive fb_iframe_widget" fb-xfbml-state="rendered" fb-iframe-plugin-query="app_id=&color_scheme=light&header=true&height=275&href=https%3A%2F%2Fwww.facebook.com%2FNowaDebata&locale=en_US&sdk=joey&show_border=true&show_faces=true&stream=false&width=300"><span style="vertical-align: bottom; width: 300px; height: 275px;"><iframe width="300px" height="275px" frameborder="0" name="fcdf599105b2a4" allowtransparency="true" scrolling="no" title="fb:like_box Facebook Social Plugin" style="border: medium none; visibility: visible; width: 300px; height: 275px;" src="https://www.facebook.com/v2.0/plugins/like_box.php?app_id=&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2F7r8gQb8MIqE.js%3Fversion%3D41%23cb%3Df201a547d28e8a6%26domain%3Dnowadebata.pl%26origin%3Dhttp%253A%252F%252Fnowadebata.pl%252Ff3c1826984c5bb2%26relation%3Dparent.parent&color_scheme=light&header=true&height=275&href=https%3A%2F%2Fwww.facebook.com%2FNowaDebata&locale=en_US&sdk=joey&show_border=true&show_faces=true&stream=false&width=300" class=""></iframe></span></div>
Any ideas?