I'd like to change the keyboard language for a TextField to Japanese, similar to how the Translate app can set the keyboard to the language being inputted. Is it possible to do that in SwiftUI, or is setting an arbitrary language not a public API?
I've seen a few posts about suggesting that it's possible to do so in UIKit with UITextInputMode, but even then you can only use languages that the user has set.