Skip to content

Instantly share code, notes, and snippets.

@tomohisa
Created November 23, 2011 06:44
Show Gist options
  • Save tomohisa/1388038 to your computer and use it in GitHub Desktop.
Save tomohisa/1388038 to your computer and use it in GitHub Desktop.
how to change in app language settings.
// need to restart app
languages = [NSArray arrayWithObjects:@"en",@"ja",nil];
[[NSUserDefaults standardUserDefaults] setObject:languages forKey:@"AppleLanguages"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment