views:

63

answers:

0

I'm modifying an existing FaceBook application. The FaceBook application is generated by another application, so I don't have much control over it. I can only add html/javascript.

My goal is to use FBJS to detect the current language setting of the user and display a different message depending on their language.

For example, if the user has their language setting set to Spanish, then I would like to show a message in Spanish on my FaceBook application.

How can I do this?