Reputation: 2661
I am developing an app in which I have integrated facebook login, now I want to change the language of facebook login dialog from english(U.S.) to spanish.I have attached the image of the login dialog. Can anybody tell me that how can I do that?
Upvotes: 4
Views: 1310
Reputation: 4325
Search for facebook.com URL in your project scope (Facebook Login Dialog class may be) and append the url with: &locale=en_US
Upvotes: 1