FWIW, this specific blowup was in System.Json implicit conversion to double.

On Fri, Jul 8, 2011 at 10:18 AM, David Moles <[email protected]>wrote:

> Hey folks --
>
> Is there a quick and easy way to force my app into the en-US locale? Just
> had a nasty server data parsing bug that didn't show up till someone tried
> running the app on a Romanian phone and it started expecting commas for
> decimal points.
>
> I know I can set Thread.CurrentThread.CurrentCulture, but I want to set it
> globally, since I don't always have direct control over thread creation, and
> I want to make sure the iOS APIs are using en-US (or rather en_US) as well.
>
> I'm totally new to both .NET and iOS internationalization, so any help
> appreciated.
>
> Best,
> David
>
> --
> David Moles
> [email protected]
>
>


-- 
David Moles
[email protected]
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to