Thanks for reading the below (also feel free to be entertained by my frustration)
//Rant
First it's obvious this is an issue that there are so many questions for localizing apps. (yes i've started setting aside objects that I can break to make me feel better..haha)
//To Business
I've looked everywhere. I've read a number of tutorials for this (started with raywenderlich and have tried a number of different tutorials) and of course I've been searching SO for days.
steps I've taken:
select project and under localizations add the other language (I've read some people select 'use Base Internationalization - i'm not using storyboards (lots of nibs) so I don't think that is the option I should select)
Add localizable.strings file to my supporting files selected English and 2nd language and I get two strings files. I look in the project in finder and I see the two different language folders (in those folders are the infoplist and localizable string files.
I've updated the translation for the 2nd language .strings file ..
After that things get murky on what i'm supposed to do.
I selected a button that will be in two different languages ( I know I should change button titles in code) and clicked the localize button and selected the second language. this makes me another set of .lproj folders so I have one in the main directory (Project/en.lproj)and a second en.lproj in my resources directory((Project/res/en.lproj. Is that ok? or should all my assets (.strings files, nibs, images) be in only one folder?
I selected a nib and selected localize > added the 2nd language cleaned, built, recleaned, restarted Xcode, deleted simulator files, deleted derived data. Built, restarted, cleaned.. broke a few things, did it all again.
//Plea for help
I've looked at apple docs and they make it seem really easy to do this maybe I'm just missing something really simple. Any advice on what I should do/read/watch/yell would be much appreciated.
Thanks,
james