I am developing a language-learning app where I need to be able to type into a TextField with 2 possible languages on the fly. I have been searching for a method to do so, but have come up dry. The issue is especially crucial for non-latin alphabet languages, where you can still add the keyboard in settings, but the app won’t recognize the characters or combine them into meaningful symbols.
For example, when trying to enter “생선” in korean, the app types “ㅅㅐㅇㅅㅓㄴ” in the textfield. Is there a way to enable multiple keyboards in different languages with meaningful autocorrect at the same time? I noticed Quizlet’s app has this feature, but am not sure how they are doing it. Any help or guidance would be much appreciated!
I tried adding xcode localizations in, but this had no effect.
Nick C. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.