Xcode – Handle Localized Strings via Enum, Struct, or Other?
I'm currently building an app that is going to have Localization. This is a new topic for me and I'm struggling to find an efficient way of handling it. Typically we'd put our strings in Localizable.strings and then anywhere we…