I have transformed all string in my project to NSLocalizedString.
Now, what are the best way to manage multiple language. (I see that Xcode doesn't have a "grid view", where I can be sure all string was translated to each language.
So, how to easily move NSLocalizedString to each Localizable.strings (english, french, etc). Doing this manually seems long and not easy to keep clean.