1

At runtime for the app, I want the user to be able to select the keypad language. And when the app is finished for it to switch back.

Thanks

jdl
  • 6,151
  • 19
  • 83
  • 132

2 Answers2

0

I don't think that there is a programmatic way to enforce this. You can inplemet your own custom input if you want.

Moshe
  • 57,511
  • 78
  • 272
  • 425
0

You could not do it programmatically but there is one option is available in keyboard itself.

Go through the following post, will helpful for you

enter image description here

Change Your Keyboard or Display Language in iOS

Setting the iPhone keyboard language

Community
  • 1
  • 1
Jhaliya - Praveen Sharma
  • 31,697
  • 9
  • 72
  • 76
  • Thank you for your help. Good to learn this. But I have to assume that the class has to be out there to do at run-time. – jdl Jun 14 '11 at 05:33