views:

119

answers:

2

hi

what i want is, suppose that my facebook language is spanish then my application open is in spanish else open in default in english . how can i do this ?

Thanks

+1  A: 

Are you talking about a desk app to talk to Facebook? Or are you talking about an ASP.NET app. You want to localice your application depending on the facebook language, is this right?

Im sorry! I misunderstood the question.-

Perhaps you can find usefull information here:

http://wiki.developers.facebook.com/index.php/Internationalization

MRFerocius
Thanks a lot MRFerocius
vipinsahu
No problem Pal :) Hope this helps!
MRFerocius
+2  A: 

One can use FQL and Locales under standard_user_info

locale string -- The two-letter language code and the two-letter country code representing the user's locale. Country codes are taken from the ISO 3166 alpha 2 code list.

Matthew Vines
Thanks Matthew i am searching for the exact
vipinsahu