Dev::iOS

locale

bluemong 2012. 2. 7. 18:52
반응형

[dateFormatter setLocale:[NSLocale currentLocale]];

NSLog(@"Locale:%@", [[dateFormatter locale] localeIdentifier]);


[dateFormatter setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"ko_KR"]];

NSLog(@"Locale:%@", [[dateFormatter locale] localeIdentifier]);