SetKeyboardLanguage
Sets the language of any Virtual Keyboards in the project.
| Function
| Group
| Execution
| Windows
| Embedded
| Thin Client
| Mobile Access
|
| SetKeyboardLanguage | System Info
| Synchronous
| Supported
| Supported
| Supported
| Not supported
|
Syntax
SetKeyboardLanguage( strLanguage )
- strLanguage
- String tag with the language code used for the Virtual Keyboards. The currently available options include:
| Code
| Language
|
| EN | English (default)
|
| GE | German
|
| FR | French
|
| CH | Chinese
|
| JA | Japanese
|
Returned value
| Value
| Description
|
| 0
| Success
|
| 1
| Error
|
Examples
| Tag Name
| Expression
|
| Tag
| SetKeyboardLanguage( “EN” ) |
| Tag
| SetKeyboardLanguage( tagLanguage ) |
SetKeyboardLanguage