Gets or sets the current input language.
Namespace: MindFusion.Keyboard
Assembly: VirtualKeyboard.js
SyntaxJavaScript
Copy Code
|
|---|
get inputLocale() {} |
String
A string specifying keyboard's locale.
RemarksThe 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.
ExampleThe following code sets the input language of JsKeyboard to French:
JavaScript
Copy Code
|
|---|
| vk.inputLocale = "fr"; |
See Also