Localize-Swift is a simple framework that improves i18n and localization in Swift iOS apps – providing cleaner syntax and in-app language switching.
Features:
- Keep the Localizable.strings file your app already uses.
- Allow your users to change the app’s language without changing their device language.
- Use .localized() instead of NSLocalizedString(key,comment) – a more Swifty syntax.
- Generate your strings with a new genstrings swift/python script that recognises .localized().

Leave a Reply
You must be logged in to post a comment.