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.

I'm using Facebook's PHP-lib to reading a user-feed through the api call. Therefore I created a dummy-application to use app-id and app-key to authenticate.

I'm receiving the feed data but the default status messages generated by Facebook (e.g. 'User has changed his profile photo.') are in english.

Is there a way to set the language of these messages?

Thx

share|improve this question

2 Answers

check out the facebook developer documentation on Internationalization

https://developers.facebook.com/docs/internationalization/

share|improve this answer

See the section titled “Specifying Locale” here, https://developers.facebook.com/docs/reference/api/:

“If your app needs the ability to retrieve localized content in the language of a particular locale, add the locale parameter.”

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.