Re: Retrieve local currency format ?
Re: Retrieve local currency format ?
- Subject: Re: Retrieve local currency format ?
- From: Eric MORAND <email@hidden>
- Date: Tue, 28 Aug 2007 07:15:25 +0200
In what way does NSNumberFormatter not work? Have you made sure
that the "localizes format" option is enabled?
`
There is a well-known bug that makes NSnumberFormatter unusable in
non-english version of MacOS X. Is I instanciate and setup a
formatter as below...
NSNumberFormatter * currencyFormatter = [[[NSNumberFormatter alloc]
init] autorelease];
[currencyFormatter setNumberStyle:NSNumberFormatterCurrencyStyle];
[currencyFormatter setLocalizesFormat:YES];
...the numbers are displayed and formatted correctly but the
formatter returns an error when the user type a number greater than 999.
Eric.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden