Am I allowed to change facebook comment box locale? I have the following code on my test website Looks like it's working, but im not sure its allowed.
I have changed en_US to he_IL in the script below.
Please advise.
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/he_IL/all.js#xfbml=1"; // Here!
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>