I am developing an app, where I display multiple UIViewController, each of them containing a UITextView for user to enter information based on their language preference. i am trying to figure out if the keyboard language preference can be dynamically changed based on the current UIView.
For instance, I will pass the language when the UIViewController is loaded, and the keyboard should automatically pick up the corresponding language and display for user interaction.
Not sure if this is achievable though.
any help is appreciated