Im developing an Android App which uses the new Facebook 3 SDK. I make requests to the database via FQL to get for example unread Facebook notifications. This works great but only the Language of the response is wrong.
If i make a request from a german network and smartphone i get an english response.
Why is this so?
I tryed to set a language by opening the session but there is no way.
Thanks and greetings
Julien
I believe you can add locale=de_DE as a parameter to your FQL request.