The language of the JsKeyboard is set via its inputLocale property. It is a string that identifies the language, currently the library supports the following input locale strings:
Here is how you set the input language to Portugese:
JavaScript Copy Code |
---|
vKeyboard.inputLocale = "pt"; |