ዳንኤል ያዕቆብ > Locales > Locales::Language::zh

Download:
Locales-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  2
View/Report Bugs
Module Version: 0.02   Source  

NAME ^

Locales::Language::zh - ISO 639 Language Codes in Chinese.

SYNOPSIS ^

  require Locales::Language::zh;

  my $zh = new Locales::Language::zh;

  print "  ", $zh->getLocale, " => ", $zh->code2language ( "zh" ), "\n";
  print "  ", $zh->getLocale, " => ", $zh->language2code ( "中文" ), "\n";

DESCRIPTION ^

This module provides an OO interface to Chinese language ISO 639 language codes. All of the functions available in the Locale::Language module are available here as class methods.

This module may be used indirectly through the Locales::Language module which also exports functions in the style of Locale::Language.

Documentation remains under development.

COPYRIGHT ^

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS ^

None presently known.

AUTHOR ^

Daniel Yacob, dyacob@cpan.org

SEE ALSO ^

Locales::Language

Included with this package:

  examples/lang*.pl
syntax highlighting: