jorishermans / locale.dart

a port of java.util.locale to dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and send us a pull request, when it is ready.

If you are new to Git or GitHub, please read this guide first.

About

a port of java.util.locale to dart

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%