Currency

suggest change
Currency currency = Currency.getInstance("USD");
NumberFormat format = NumberFormat.getCurrencyInstance();
format.setCurrency(currency);
format.format(10.00);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Localization with resources:
*Currency

Table Of Contents
83Localization with resources
169XMPP
230AIDL
242Okio