Re: System Prefs
Re: System Prefs
- Subject: Re: System Prefs
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 12 Apr 2002 16:36:49 +0200
On Friday, April 12, 2002, at 04:20 PM, Kyle Wheeler wrote:
Hello,
I'm sure this is a simple answer - how can I query the System
Preferences? Specifically, I want to find out what character the user
has specified as being the decimal separator in their international
preferences.
decimalSeparator_=[[[NSUserDefaults standardUserDefaults]
objectForKey:NSDecimalSeparator] retain];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >System Prefs (From: Kyle Wheeler <email@hidden>) |