Re: iOS From 1,99 To 1.99
Re: iOS From 1,99 To 1.99
- Subject: Re: iOS From 1,99 To 1.99
- From: Jens Alfke <email@hidden>
- Date: Thu, 29 Dec 2011 15:22:18 -0800
On Dec 29, 2011, at 1:39 PM, Sandro Noël wrote:
> NSLocale *locale = [[NSLocale alloc]initWithLocaleIdentifier:@"en_US"];
You're trying to parse a Canadian-format string, but initializing the formatter with the US locale. You probably want something like "fr_CA" (since I'm assuming this is a Quebecois thing only.)
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden