Microsoft SDK for Java

Locale.getInstalledLocales

Retrieves an array of Locale objects for all 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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.