locale 0.1.1+2 copy "locale: ^0.1.1+2" to clipboard
locale: ^0.1.1+2 copied to clipboard

Dart 1 only

This is a port of java.util.locale to dart

example/locale.dart

// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library locale.example;

import 'package:locale/locale.dart';

main() {
  Locale locale = new Locale("en", "BE");
  print('locale iso code: ${locale}');
}
0
likes
30
pub points
18%
popularity

Publisher

unverified uploader

This is a port of java.util.locale to dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on locale