NSNumberFormatter localization leaks on translation nibs
NSNumberFormatter localization leaks on translation nibs
- Subject: NSNumberFormatter localization leaks on translation nibs
- From: Ferhat Ayaz <email@hidden>
- Date: Sat, 17 Feb 2007 15:40:26 +0100
Hi,
I'm developing an application with English "MainMenu.nib". After
translation in other languages, the localization option does not
function of localized nib files. For example:
nibtool -d MainMenu.strings -w German.lproj/MainMenu.nib
English.lproj/MainMenu.nib
I selected the "use locale" flag on IB Inspektor in NumberFormatter
tab, so that I can use different currencies for different languages.
I can make use of the localization (by System Preferences ->
Localization -> Format->Currency) "only" in MainMenu.nib file for
english. In other nib files (in other languages) the currency is set
statically to the currency, which was configured on my own system.
For instance:
- I'm using € in IB inspektor NumberFormat preferences and check
the use locale flag. Before I run my application, I set the curreny
from System Preferences -> Localization -> Format->Currency in $ and
the currency is set to $ also for my application.
When I run the application in "German" localization, my application
is still set to € though the curreny of the system is set to $.
Is this a bug or do you have an idea?
Thanks a lot.
Ferhat Ayaz
_______________________________________________
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