Microsoft SDK for Java

Locale.getLCID

Retrieves the LCID that the Locale object represents.

Syntax

public int getLCID()

Return Value

Returns an integer value that represents the Win32 LCID of this locale.

Remarks

Use this method to obtain the LCID for the current locale. The getLCID method provides for interoperability with Win32 API's.

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