Gets or sets the current input language.
Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js
JavaScript Copy Code |
---|
get inputLocale() {} |
String
A string specifying keyboard's locale.
The string provided as parameter identifies the language using its international abbreviation e.g. "en", "de", "es" etc. Check the Keyboard Language topic for a list of the supported languages and their format strings.
The following code sets the input language of JsKeyboard to French:
JavaScript Copy Code |
---|
vk.inputLocale = "fr"; |