Retrieves an array of Locale objects for all the locales that are currently installed on the computer.
public static Locale[] getInstalledLocales()
Returns an array of Locale objects that represent all installed locales.
Use this method to determine the locales that are available to your application.
See Also getSupportedLocales