2012-10-17 5 views

Trả lời

7

Đây là:

NSLocale *locale = [NSLocale currentLocale]; 
for (NSString *code in [NSLocale ISOCurrencyCodes]) { 
    NSLog(@"%@ : %@", code, [locale displayNameForKey:NSLocaleCurrencyCode value:code]); 
}