Imangi was built without Interface Builder, the interface is all created programatically, so no nibs there. Every string in the app is retrieved using NSLocalizedString() and I also put some of our icons, graphic, and static html resources that include text in the xx.lproj folders for each language. I simply supplied a translator with the .strings, images, and html (help) files. So at this point all I really have to do is add another xx.lproj folder for another language with additional translations if I want to add more.
@bhearn, glad to hear that localization has helped Subway Shuffle. Great game btw, my wife and I have had a lot of fun with it.
-Keith
|