Pavan Kumar
Pavan Kumar

Reputation: 1891

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

Upvotes: 1

Views: 403

Answers (1)

Pavan Kumar
Pavan Kumar

Reputation: 1891

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

Image showing the Info.plist

Upvotes: 0

Related Questions