Re: Unexpected behavior of NSNumberFormatter
Re: Unexpected behavior of NSNumberFormatter
- Subject: Re: Unexpected behavior of NSNumberFormatter
- From: Marc Laffitte <email@hidden>
- Date: Thu, 3 Jan 2002 10:42:22 +0100
Hi and happy new year!
A late answer to this topic, but it might help a bit:
You could explore NSUserDefaults and write something like:
NSString * tDecSepString = [[NSUserDefaults standardUserDefaults]
stringForKey:NSDecimalSeparator];
in order to get the current localized decimal point.
Have a look at NSUserDefaults.h for the other keys to localized info.
Marc
On dimanche, dicembre 30, 2001, at 06:00 , Nick M|ller wrote:
In this case, I prefer to wait and implement the desired feature in the
next release. Smooth and elegant as it ought to be with Cocoa. ;-)
Nick
_______________________________________________