Change the language programmatically

I am developing an application for iphone and want to be able to programmatically change the language. For example, a user can change the language of spell checking and automatic correction by clicking on the world icon on the iphone keyboard, but the problem is that my application has a user keyboard, so I do not have this key.

Is there a way to create functionality similar to the icon icon of this world so that I can offer the language options available on the device and the user can choose one?

+4
source share
1 answer

I think Milad is not asking how to change the language as such, but how to change the keyboard type. If so, then I do not think it is possible.

Do not forget that a certain keyboard is not necessarily fixed in a certain language, for example, how can I type English using a Japanese keyboard. And that some languages ​​have several types of keyboards (for Chinese 3 or 4).

+1
source

Source: https://habr.com/ru/post/1384760/


All Articles