Skip to content

Instantly share code, notes, and snippets.

@thoretton-edwin
Created March 12, 2014 14:29
Show Gist options
  • Save thoretton-edwin/9508080 to your computer and use it in GitHub Desktop.
Save thoretton-edwin/9508080 to your computer and use it in GitHub Desktop.
get iOS language settings
NSString * language = [[NSLocale preferredLanguages] objectAtIndex:0];
if([language isEqualToString:@"fr"]){//...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment