This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |