# marmelroy/Localize-Swift

Swift friendly localization and i18n with in-app language switching

Repository: https://github.com/marmelroy/Localize-Swift
Canonical: https://ross.abutalabs.com/products/localize-swift
Language: Swift
License: MIT
License Family: permissive
Last push: 2023-09-06T11:53:01+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4046, "days_push": 1092, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3122, forks 328 (observed 2026-08-28T04:07:44.301594+00:00)

## What it is
Localize-Swift is a Swift library that simplifies localization and internationalization in iOS apps with a Swifty .localized() syntax. It allows users to switch the app's language in-app without changing the device language.

## Use cases
- localize strings in a Swift iOS app
- let users change app language without changing device language
- replace NSLocalizedString with cleaner syntax
- generate Localizable.strings entries from .localized() calls
- observe language change notifications to update UI

## When to choose
- you are building an iOS app in Swift that needs runtime language switching
- you want a lightweight wrapper around existing Localizable.strings files
- you prefer a Swifty API over NSLocalizedString

## When to avoid
- you need localization for Android or cross-platform apps
- you need advanced i18n features like pluralization rules or RTL layout handling
- you are not developing for Apple platforms

## Facets
- artifact type: library
- maturity: maintenance
- function: internationalization
- domain: mobile-development
- platform: -
- tags: localization, i18n, in-app-language-switching, swift, strings-files, ios, mobile

## Member repositories
- marmelroy/Localize-Swift (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:44.301594+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:26:33.884480+00:00, confidence not recorded.
  - readme: https://github.com/marmelroy/Localize-Swift (fetched 2026-08-28T04:07:44.301594+00:00, sha 6fb0a7acce05)
- Data as of 2026-08-30T08:39:29.467469+00:00.
