The getKeyboardLanguages method of the SystemX class contains the following signatures.
getKeyboardLanguages(int array[])
getKeyboardLanguages()
Retrieves a list of the keyboard languages currently active in the system.
public static int getKeyboardLanguages(int array[]);
Returns the number of active languages.
array | The list of keyboard language identifiers. |
Retrieves a list of the keyboard languages currently active in the system.
public static int [] getKeyboardLanguages();
Returns an array containing the active languages.