Microsoft SDK for Java

getKeyboardLanguages

The getKeyboardLanguages method of the SystemX class contains the following signatures.

getKeyboardLanguages(int array[])
getKeyboardLanguages()

getKeyboardLanguages(int array[])

Retrieves a list of the keyboard languages currently active in the system.

Syntax

public static int getKeyboardLanguages(int array[]);

Return Value

Returns the number of active languages.

Parameters

array The list of keyboard language identifiers.

getKeyboardLanguages()

Retrieves a list of the keyboard languages currently active in the system.

Syntax

public static int [] getKeyboardLanguages();

Return Value

Returns an array containing the active languages.

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