I followed various tutorials on "How To Localize an iOS(iPhone) App". All of them were suggesting to perform following steps,
- Select your project from Project Navigator
- Click the checkbox for “Use Base Internationalization”
- Select your storyboard to Localizable Strings
But my iOS application xcode 7.2 project does not include any storyboard, so I am not able to enable “Use Base Internationalization” in my iOS application.
Please help me out how to enable “Use Base Internationalization” without storyboard selection and what should I do to perform various alert messages to be localized using "Localizable.strings" file.