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]
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
