Getting the System languages
Getting the System languages
- Subject: Getting the System languages
- From: Jesus De Meyer <email@hidden>
- Date: Sun, 17 Aug 2003 15:35:49 +0200
I tried this in my code but it returns (null). I need to get the chose
language from the system, so if anyone can help, I'd appreciate it alot.
NSDictionary *globalDefaults = [[NSUserDefaults standardUserDefaults]
persistentDomainForName:@"NSGlobalDomain"];
NSLog(@"Languages are: %@", [[globalDefaults
objectForKey:@"AppleLanguages"] description]);
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.