According to the JDK release notes, you have locale codes hi_IN (Hindi) and en_IN (English).
System.out.println(Currency.getInstance(new Locale("hi", "IN")).getSymbol());
According to the JDK release notes, you have locale codes hi_IN (Hindi) and en_IN (English).
System.out.println(Currency.getInstance(new Locale("hi", "IN")).getSymbol());