Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. NSLocale *usLocale = [[[NSLocale alloc] initWithLocaleIdentifier:@"pt_BR"] autorelease];
  2. NSString *displayNameString = [usLocale displayNameForKey:NSLocaleIdentifier value:@"pt_BR"];
  3.  
  4. NSLog(displayNameString);
Add Comment
Please, Sign In to add comment