Skip to content

Instantly share code, notes, and snippets.

View rehanaparveenhcu1-cmd's full-sized avatar

rehanaparveenhcu1-cmd

  • Joined May 26, 2026
View GitHub Profile
@khajahussainecomm
khajahussainecomm / iOS locale codes
Created May 26, 2026 04:14
iOS Locale Identifiers — 435 locale codes with display names (JSON)
# iOS locale codes
A simple JSON reference for developers working with iOS localization.
**435 locales** with code → name mapping.
- `locales` — list of `{ code, name }` pairs
- `byCode` — quick lookup, e.g. `"en_US"` → `"English (United States)"`
Useful when you need locale names in settings screens, language pickers, or localization tooling.