Is it possible to detect the current keyboard input method on the iPhone?

前端 未结 3 1913
一生所求
一生所求 2020-12-18 07:18

I want to know the current input method the user is typing in such as En (english), German, Chinese, etc... Maybe keyboard type is what I am after, but documentation seems

3条回答
  •  北海茫月
    2020-12-18 08:11

    here is a tutorial

    http://www.switchonthecode.com/tutorials/a-simple-localization-example-for-the-iphone

    NSLocale* curentLocale = [NSLocale currentLocale];
    

提交回复
热议问题