iOS: Localization best practices

Much have been discussed what’s concerned best practice when localizing your iOS app. It’s a important topic since every string that interacts with the user will be changed in code, that means that if you start localizing without any plan beforehand you will eventually have a messy code with calls to NSLocalizedString like:

Continue reading