Hi guys!
It’s been a LONG time since my last post – I was busy lately getting married to the lovely Einat 🙂
This time I wanted to tell you about how we added in-app localization to Any.DO
Since we added localization to Any.DO a few months ago, we got a lot of feedback asking us to add the option to change the language from inside the app.
As you all know, the common localization method is to simply use NSLocalizedString(key, comment) – a macro for [[NSBundle mainBundle] localizedStringForKey:(key) value:@”” table:nil].