You are viewing a single comment's thread. Return to all comments →
NumberFormat inr = NumberFormat.getCurrencyInstance(new Locale("en", "in"));
Works correctly and formats the currency as need, I just feel like India would have a built-in locale, so I'm wondering if I'm just overlooking it.
Seems like cookies are disabled on this browser, please enable them to open this website
Java Currency Formatter
You are viewing a single comment's thread. Return to all comments →
Works correctly and formats the currency as need, I just feel like India would have a built-in locale, so I'm wondering if I'm just overlooking it.