DateFormatSymbols getAvailableLocales() Method in Java with Examples
The getAvailableLocales() method of DateFormatSymbols class in Java is used to return an array of all the locales available at the localized DateFormatSymbols instances of the getInstance method of this class. Syntax: public static Locale[] getAvailableLocales() Parameters: The method does not take