iPhone Internationalization. What is the simplest workflow for me?

Posted by dugla on Stack Overflow See other posts from Stack Overflow or by dugla
Published on 2010-06-01T13:04:01Z Indexed on 2010/06/01 13:33 UTC
Read the original article Hit count: 329

Hello,

I am wising up and getting my internationalization act together. Right off the bat I am a bit swamped by all the docs Apple provides so I was wondering of someone could sketch a workflow for my situation.

Before I begin, I browsed some Apple example code and noticed this NIB file - MainWindow.xib - in the Resources folder:

alt text

This clearly has something to do with internationalization/localization. Could someone please explain how this is created and where in the workflow it happens?

My app is fundamentally an imaging app with a few labels that I currently programmatically internationalize using NSLocalizedString(...). If I set all my labels programmatically and wrap all my strings with NSLocalizedString(...) can I completely ignore the NIB issues?

Thanks in advance,
Doug

© Stack Overflow or respective owner

Related posts about iphone

Related posts about internationalization