-
Enhancement
-
Resolution: Fixed
-
P4
-
1.1.2, 1.2.0, 1.3.0
-
beta
-
generic, x86
-
generic, windows_95, windows_nt
Name: sg39081 Date: 07/25/97
We need a way to control keyboard language in Java. For example, let's say we have Arabic or
Hebrew Windows 95, with keyboard that supports Arabic along with English characters.
Win32 provides APIs to query and switch the keyboard layout to Arabic or English.
What we need is to have access to this functionality from java. This is very important for the
implementation of multi-lingual software.
More specificaly, we need the following two functions:
static int getKeyboardLanguage();
void setKeyboardLanguage(int langID);
======================================================================
- duplicates
-
JDK-4052394 Keyboard Iterator
-
- Closed
-
-
JDK-4284924 API to allow getting and setting of current keyboard and get available keyboards
-
- Closed
-
- relates to
-
JDK-6236767 Need InputContext API to query/set Keyboard layout (not just Input language)
-
- Closed
-