https://github.com/amake/localeinspector
An iOS tool for getting info about locales
https://github.com/amake/localeinspector
Last synced: over 1 year ago
JSON representation
An iOS tool for getting info about locales
- Host: GitHub
- URL: https://github.com/amake/localeinspector
- Owner: amake
- License: apache-2.0
- Created: 2016-09-04T12:15:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T07:52:07.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T15:43:19.997Z (over 1 year ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Locale Inspector
Locale Inspector is a simple app for iOS that allows developers to easily view
detailed information about locales.
- User locales: The user preferences, including the current active locale and
the priority list of inactive locales
- System locales: All locales available from `Locale.availableIdentifiers`
- Locale details: Tap a locale to see a list of all instance properties
# Requirements
- Build and install with Xcode. Not tested with Xcode older than version 8 beta
6.
- Supports iOS 8 and later
# License
Apache-2.0