This method is obsolete. See the Remarks section below. |
Description
The IsLanguageSupported
method is used to determine whether support for the specified language is installed on your computer.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Param1
Specifies the identifier of the desired language. For instance, the language id for US English is 0409 (hexadecimal number), for German - 0407 (hexadecimal), for French - 040C (hexadecimal), etc.
Result Value
If support for the specified language is installed on the computer, the method returns True.
Remarks
This method is obsolete. It is supported for backward compatibility only. To check whether a particular language is supported on the computer, use the aqEnvironment.IsLanguageSupported
method.
See Also
IsLanguageSupported Method
SetKeyboardLayout Method
Keys Method
Keys Method
Keys Action
Simulating Keystrokes