Re: French number localization problem
Re: French number localization problem
- Subject: Re: French number localization problem
- From: Michael <email@hidden>
- Date: Thu, 17 May 2007 10:41:55 +0200
Am 16.05.2007 um 21:14 schrieb Chris Suter:
I've reported this issue to Apple before — you can fix the problem
by setting the number formatter behaviour to
NSNumberFormatterBehavior10_4 which you have to do
programmatically. I don't know of a workaround for those using < 10.4.
Thank you, this solved my problem.
However, there are some points I would like to mention:
- IB NIBs use the 10.0 behavior by default.
- You can set NSMakeNumberFormatters10_4 to YES/true in the
preferences to set the global behavior.
- You can call [NSNumberFormatter setDefaultFormatterBehavior:
NSNumberFormatterBehavior10_4] to set the global behavior.
- The global settings have no effect if you did customize your edit
field or formatter in IB.
Because I "customized" my edit field by using bindings the global
defaults settings seam to have no effect and I have to explicitly set
the behavior of each edit field. Am I missing something?
See http://developer.apple.com/documentation/Cocoa/Conceptual/
DataFormatting/Articles/dfNumberFormatting10_4.html_______________________________________________
Cocoa-dev mailing list (email@hidden)
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