Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.