I do a bunch of numerical calculations in my app, and it force-closes when the user has chosen a locale (e.g. French) where a comma is used instead of a dot for the decimal separator. To resolve this, I could either try to make my app Locale-aware (which seems like a daunting task) or else have the app ignore the user's locale and always use US locale for its internal work. How do I do the latter?
thanks
S
thanks
S