I am programing an iphone game with facebook networking , a Chinese app, as the default locale of Facebook iphone API is EN, I have to change it.

1. find the line in the FBLoginDialog.m

static NSString* kLoginURL = @”http://www.facebook.com/login.php”;

change it to login page of hongkong

static NSString* kLoginURL = @”http://zh-hk.facebook.com/login.php”;

or whatever locale you want

2. login your application settings, change “language”

Advertisement