DecimalFormatSymbols getAvailableLocales() method in Java with Examples
The getAvailableLocales() method of java.text.DecimalFormatSymbols class in Java is used to get the list of all of the available Locales for this DecimalFormatSymbols. This method returns an array of the Locales that are available. Syntax: public static Locales[] getAvailableLocales() Parameter: Thi