Govind Rakholiya
Govind Rakholiya

Reputation: 467

In localization, keyboard appears only with English language

I am trying to make my app through internationalization and it works pretty well.

I made it in two languages: Turkish and English. But when I run my app in Turkish language, labels and buttons show Turkish language, but when I tap my UITextField, instead of showing the keyboard in Turkish language, it appears in English. So, how can I display my keyboard in Turkish language?

I am using IQKeyboardManager.

Upvotes: 2

Views: 2003

Answers (2)

Henson Fang
Henson Fang

Reputation: 1207

you can change localization language if you add this in your info.plist file.

enter image description here

Upvotes: 2

Apurv
Apurv

Reputation: 17186

It can not be done automatically. Go to Settings -> General -> Keyboards. Add the keyboard which you would like to add.

Open the application and tap on text field. Tapping on the Globe Icon on keyboard will allow you to toggle the keyboard.

Programatically it is not possible.

Upvotes: 4

Related Questions