The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

language2.pl - Demonstration of Locales::Language OO Usage.

SYNOPSIS

./language2.pl

DESCRIPTION

This is a simple demonstration script that shows how the top level Locales::Language module can be used to instantiate a new object set for a supported language passed as an argument at creation time. For example:

  require Locales::Language;
  my $am = new Locales::Language ( "am" );

  print $am->getLocale, " => ", $am->code2language ( "en" ), "\n";

AUTHOR

Daniel Yacob, dyacob@cpan.org

SEE ALSO

Locales::Language