Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorishermans/locale.dart
a port of java.util.locale to dart
https://github.com/jorishermans/locale.dart
Last synced: 10 days ago
JSON representation
a port of java.util.locale to dart
- Host: GitHub
- URL: https://github.com/jorishermans/locale.dart
- Owner: jorishermans
- License: bsd-3-clause
- Created: 2015-05-09T13:33:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T12:43:32.000Z (over 9 years ago)
- Last Synced: 2023-08-20T22:31:27.902Z (over 1 year ago)
- Language: Dart
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# locale.dart
A library that represents a locale
## Usage
The Locale class object represents a specific geographical, political, or cultural region.
Following are the important points about Locale:
An operation that requires a Locale to perform its task is called locale-sensitive and uses the Locale to form information for the user.
Locale is a mechanism for identifying objects, not a container for the objects themselves.### Notes to Contributors ###
#### Fork locale ####
If you'd like to contribute back to the core, you can [fork this repository](https://help.github.com/articles/fork-a-repo) and send us a pull request, when it is ready.
If you are new to Git or GitHub, please read [this guide](https://help.github.com/) first.