David Le Moing
David Le Moing

Reputation: 33

Localize text in re-authentication popup

When trying to force a re-authentication, I always get the following information message in the Facebook login popup :

The page you are trying to visit on ... requires that you re-enter your password.

This is perfectly correct...as long as you want to display this text in English. My problem is that I would like to localize this value.

After some tries, it seems that changing the primary language of the app or the connect url (tested with //connect.facebook.net/de_DE/all.js and //connect.facebook.net/fr_FR/all.js) does not have any effect.

Any idea on how to achieve this ?

Upvotes: 0

Views: 323

Answers (1)

Tomer Arazy
Tomer Arazy

Reputation: 1823

Have your tried what they say on the facebook-api page?

https://developers.facebook.com/docs/reference/javascript/#localization

And this:

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

Upvotes: 1

Related Questions