Reputation: 1891
I am developing a Keyboard extension for iOS. In Settings -> Keyboard -> Keyboards, the language is shown as English
. Where to change this language?
Upvotes: 1
Views: 403
Reputation: 1891
In keyboard extension's Info.plist, change "NSExtension" -> "NSExtensionAttributes" -> "PrimaryLanguage" to the desired language.
Upvotes: 0