How to manage Localized Strings in your Project
Marius HartigWe want to create for each ViewController a Enum as collection for our Localized String Keys, this will look like that.


For a better structure and to solve name conflicts we need a namespace for each ViewController. So wee need a other Protocol let us call this StringLocalizeable.

Now we have to implement in our Strings Enum the StringLocalizeable Protocol we need changes in the PorfileViewController and in the Strings Protocol.


Our Localizable.strings looks with namespace like that

