Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created February 23, 2012 12:56
Show Gist options
  • Save onevcat/1892701 to your computer and use it in GitHub Desktop.
Save onevcat/1892701 to your computer and use it in GitHub Desktop.
当前系统语言
-(NSString *) currentLanguage
{
return [NSUserDefaults standardUserDefaults][@"AppleLanguages"][0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment