GetInputLanguage Function

Class

AnyWin class.

Action

Returns the input language being used by the specified window.

Availability

Windows operating systems.

This functionality is supported only if you are using the Classic Agent.

Syntax

sInputLang = window.GetInputLanguage()
Variable Description
sInputLang The returned input language identification code as documented by Microsoft Windows. STRING.

Notes

This method is needed when testing foreign language applications. The input language setting affects how scan codes map to logical keyboard keys.