NSNumberFormatter localization
NSNumberFormatter localization
- Subject: NSNumberFormatter localization
- From: Aidas Dailide <email@hidden>
- Date: Mon, 8 Dec 2003 17:48:09 +0200
Hi all,
Recently I've been trying to localize NSNumberFormatter so it could use
International Preferences settings. I've made text field in my
Interface Builder file and attached NSNumberFromatter to it. I've
selected "Localize" option, so my text field would always display
localized number (selected in International Preferences). Unfortunately
it is not really localized. For example if my current selected currency
is Euro then when I click localize button in Interface Builder it
changes to Euro, but when I change my International settings and launch
my application again, my application still dispalys Euro.
How could I fix this? There are a some keys in NSUserDefaults.h, but I
couldn't find key that would describe if currency symbol goes before or
after number.
Regards,
Aidas
_______________________________________________
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.