There is an amazing thing - Qt Virtual Keyboard. There is a very useful example in the examples of QtCreator.
Everything works, but there is one problem - the language is only English (or rather British English). And I need also Russian.
CONFIG += lang-ru
CONFIG += lang-ru_RU
CONFIG += lang-all
This all I tried. It does not help.
console.log ("locales available:" + VirtualKeyboardSettings.availableLocales)
It shows only en_GB.
I'm confused.
The only discussion of the problem was found here.
And here:
How to change Qt 5.7 virtual keyboard layout/locale
But the solution did not help.
I tried on Windows and on Mac - all the same.
How to add Russian localization? If it is possible give an example of the working code, please.