The user can change language on my webpage and I wish to change the text of the fb like button according to the current language. I use the iframe method and have read the documentation from fb but this is not working:
iframe src='http://www.facebook.com/plugins/like.php?locale=en-US&href=http%3A%2F%2Fwww.example.com&layout=button_count&show_faces=false&width=80&action=recommend&colorscheme=light&height=10' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:80px; height:80px;' allowTransparency='true'>/iframe
Nb. Removed the iframe start tag to be able to post the code (let me know how to post html if possible).
I have set html lang='en-US' and locale=en-US in the src above but still the text display in my windows locale language.
What am I doing wrong?