Search
Keyboard Language

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:

  • "de" (German)
  • "en" (English)
  • "fr" (French)
  • "ko" (Korean)
  • "es" (Spanish)
  • "pt" (Portugese)
  • "ru" (Russian)
  • "bg" (Bulgarian)

Here is how you set the input language to Portugese: 

JavaScript  Copy Code

vKeyboard.inputLocale = "pt";