iosios-keyboard-extension

Setting language of iOS keyboard extension


I am developing a Keyboard extension for iOS. In Settings -> Keyboard -> Keyboards, the language is shown as English. Where to change this language?

enter image description here


Solution

  • In keyboard extension's Info.plist, change "NSExtension" -> "NSExtensionAttributes" -> "PrimaryLanguage" to the desired language.

    Image showing the Info.plist