I am using Sencha Touch with Phonegap to bring my app to iOS. When I use the keyboard to insert text or want to copy/paste some text I allways get the english Strings of ‘Next’, ‘Done’, ‘Copy’, ‘Paste’…
How could I tell my app to use the german strings?
Thnx!
Create a de.lproj directory (within the ressources folder of your project). Then create with a file called Localizable.strings inside that folder. Finally add that directory to you project. That’s it, you won’t have to manually translate the strings (Done, Next, …). It just should work…