In my app I need to display the appropriate currency symbol for the user's current locale. I'm not displaying currency values, just the symbol.
Any ideas?
NSLocale can do this:
NSString *sym = [[NSLocale currentLocale] objectForKey:NSLocaleCurrencySymbol];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With