Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Locale.getInstalledLocales

Retrieves an array of Locale objects for all of the locales that are currently installed on the computer.

Syntax

public static Locale[] getInstalledLocales()

Return Value

Returns an array of Locale objects that represent all installed locales.

Remarks

Use this method to determine the locales that are available to your application.

See Also   getSupportedLocales