Java Currency Formatter

  • [deleted]
    + 1 comment
    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.