Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Seems to me it is legal and possible to create a Facebook Like button that displays like (en-US) or Gefallt mir (de-DE) text depending on the location of the user. I'm trying to generate the Facebook like button using Facebook link: http://developers.facebook.com/docs/reference/plugins/like/ Unfortunately, as result it contains

  js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";

or

  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; 

As you see, I choose the language automatically.

How to solve this question so that person from Germany sees a German Facebook like button, and the person from the US sees an English one ("Like").

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.