This question already has answers here:
Detecting current iPhone input language
                                
                                    (6个答案)
                                
                        
                                3年前关闭。
            
                    
我可以通过NSUserDefaultsAppleKeyboards检索已安装键盘的列表,但无法找出当前选择的用户是哪个。无论如何以编程方式这样做?

最佳答案

尝试使用此:

[UITextInputMode currentInputMode].primaryLanguage


如果您使用NSLog,则会看到类似fr-FR,pt-BR等的信息。

关于ios - 如何检索当前键盘的语言? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21002523/

10-08 20:56