Keyboard support for multi language

Hello

Any plugin or idea to provide keyboard with multiple languages support?
I need to show the keyboard input for the selected language in my application.

Angular: v12
Ionic : v5
capactor:: v3

I don’t believe this is possible unless you want to completely roll your own keyboard widget.

AFAIK, Capacitor simply uses underlying OS capabilities for input methods, which means that the keyboard language is outside of reach of your app - it depends on the device’s locale settings.

ok thanks for the reply @rapropos