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