Skip to content

Instantly share code, notes, and snippets.

@gurre
Created June 28, 2013 13:45
Show Gist options
  • Save gurre/5884772 to your computer and use it in GitHub Desktop.
Save gurre/5884772 to your computer and use it in GitHub Desktop.
How to get the locale identifier in iOS
NSString *locale = [[NSLocale currentLocale] localeIdentifier];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment