Now You can create the Facebook like button in any language you want
For Using the iframe version of the button you have to insert the code snippet “& amp;locale=en_US” (for English) somewhere after the facebook like button link, so the code would look like this:
<iframe src='"http://www.facebook.com/plugins/like.php? href" + data:post.url + &locale=en_US&send=false &layout=button_count&width=100&show_faces=true &action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
For example Facebook like in Tamil (Language code – “ta_IN” ), So you have to include this
&locale=ta_IN

Posted in