Localization is the translation of the app’s user interface into locale specific languages. In order to support localization we will use a strings file. Creating a Localizable.strings file I like to place the strings file in its own folder called “Resources”. In Xcode, Select “File”, “New”, “File…” In the template picker select the “Resource” for the appropriate OS. Select “Strings File”. Name the file “Localizable.strings”. This is the iOS default namin...