On 16 Feb 2009, at 10:30 pm, Tharindu Madushanka wrote:
Hi,
I want to get the currency type of iPhone default selected language.
If I
add an NSNumberFormatter and format a number I will get a string
with the
currency type. But I cannot sub string this and get the currency
type since
it might vary the character size.
When international is selected as United States,
For example $ 123,290.00 , I want to get $ mark only.
TRY 2.500,00, I want to get TRY only.
Can I do this, Please explain me.
[[NSLocale currentLocale] objectForKey: NSLocaleCurrencySymbol];
--Graham
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com