I have an app with an \"Error\" message. I want to translate this error message.
OK, first I created a file named \"Localizable.strings\". In the file I wrote:
I had the same problem. I stared at it for days, until I peeked into the app bundle and saw that none of my .strings files were copied...
The solution is to create a build phase to copy the string files: (adapted from here)
TADA!