I'm writing some apps that have multiple languages. I know I can set up the devices to have international keyboards.

What would be terrific is if there was a way to select the English keyboard for the english words and the specific foreign keyboard for each language that I use.

Does anyone know if this is possible, and how?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

I'm sorry to disappoint you, but what you're asking is simply not possible.

link|improve this answer
I do know that the user can select the keyboard. I also know what languages my app uses (it's part of a series that teaches greek). I should have said more in my original post. Is it worth an enhancement request? – David DelMonte Mar 27 '11 at 23:00
and Erik, your comment was exactly what I needed to know. Thanks +1 – David DelMonte Mar 27 '11 at 23:01
feedback

It's up to the user which keyboards they use at all times. If they have multiple languages enabled then they can switch between them freely without leaving the view, as an extra button is added for the purpose. You can't give a hint as to which language the user is likely to want.

Those properties you can adjust are given by the UITextInputTraits protocol, so that should give a full list of things you can specify. I believe they're all exposed on the relevant controls by Interface Builder and/or Xcode 4, so shouldn't be much of a surprise.

link|improve this answer
+1 Correct and more informative than mine. – Erik B Mar 27 '11 at 18:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.