Hi Ben,

Be careful with your assumptions. Some Locales have the currency symbol after the number, e.g. German:

1.234,56 €

(note the decimal separator between the 4 and the 5 for additional scanning fun!)

Roddi


Am 16.02.2009 um 12:35 schrieb Ben:

I haven't checked the docs, but could you maybe scan the string up to the first numeric character and use that?

- Ben

On 16 Feb 2009, at 11:30, Tharindu Madushanka wrote:

Hi,
I want to get the currency type of iPhone default selected language. If I add an NSNumberFormatter and format a number I will get a string with the currency type. But I cannot sub string this and get the currency type since
it might vary the character size.
When international is selected as United States,
For example $ 123,290.00 , I want to get $ mark only.
TRY 2.500,00, I want to get TRY only.

Can I do this, Please explain me.

Thank you,
Tharindu

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/lists%40chipmunk-app.com

This email sent to li...@chipmunk-app.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to