To run the example project, clone the repo, and run pod install from the Example directory first.
- iOS 9.0 or Higher
- Swift 4
AwesomeLocalization is a public pod, only available through the address below.
pod 'AwesomeLocalization', git: 'https://github.com/iOSWizards/AwesomeLocalization.git', tag: '0.2.2'-
In the
Storyboard, select thecomponentyou want to localize, addlocalization placeholdertoLocalized Textfield.
-
Run the project
Localized Text: Placeholder for localization.Custom Localization File: Name of localization file (if not Localizable.strings)is Attributed: Toggles on/off attributed strings for HTML formatting.
Currently, AwesomeLocalization supports localization for:
- UIButton
- UILabel
- UITextField
- UINavigationItem
- UIBarItem
AwesomeLocalization is available under the MIT license. See the LICENSE file for more info.

