Checks to see if the specified input method is supported.
Input Method Library (libIM.a)
uint IMQueryLanguage(Name) IMLanguage Name;
The IMQueryLanguage subroutine checks to see if the input method specified by the Name parameter is supported.
Name | Specifies the input method. |
The IMQueryLanguage subroutine returns a true value if the specified input method is supported, a false value if not.
This subroutine is part of Base Operating System (BOS) Runtime.
The IMClose subroutine, IMInitialize subroutine.
Input Method Overview, National Language Support Overview for Programming, Understanding Keyboard Mapping contains a list of supported languages in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.