On 30 August 2011 17:08, authorwjf <[email protected]> wrote:
> Hello All,
>
> I am running into an issue with some of my European users.  To
> demonstrate the issue I isolated the following three lines of code:
>
> float gb = 0;
> DecimalFormat dfm = new DecimalFormat( "#,###,###,##0.0" );


>From API:

"To obtain a NumberFormat for a specific locale (including the default
locale), call one of NumberFormat's factory methods such as
NumberFormat.getInstance. Do not call the DecimalFormat constructors
directly, unless you know what you are doing..."

-- 
Daniel Drozdzewski

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to