SetKeyboardLanguage

Sets the language of any Virtual Keyboards in the project.

Function Group Execution Windows Embedded Thin Client
SetKeyboardLanguage System Info Synchronous Supported Supported Supported

Syntax

SetKeyboardLanguage(strLanguage)
strLanguage
String tag with the language code used for the Virtual Keyboards. The currently available options include:
EN English (default)
GE German

Returned value

0 Success
1 Error

Examples

Tag Name Expression
Tag SetKeyboardLanguage( "EN" )
Tag SetKeyboardLanguage( tagLanguage )