Locales::Language::am - ISO 639 Language Codes in Amharic.


NAME

Locales::Language::am - ISO 639 Language Codes in Amharic.


SYNOPSIS

  require Locales::Language::am;
  my $am = new Locales::Language::am;
  print "  ", $am->getLocale, " => ", $am->code2language ( "am" ), "\n";
  print "  ", $am->getLocale, " => ", $am->language2code ( "አማርኛ" ), "\n";


DESCRIPTION

This module provides an OO interface to Amharic 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 the Locales::Language manpage module which also exports functions in the style of the Locale::Language manpage.

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

the Locales::Language manpage

Included with this package:

  examples/lang*.pl

 Locales::Language::am - ISO 639 Language Codes in Amharic.