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

NAME

language1.pl - Demonstration of Language Module OO Usage.

SYNOPSIS

./language1.pl

DESCRIPTION

This is a simple demonstration script that shows how language modules (locale really) can be used directly to instantiate a Locales::Language instance in the language supported by the module. The code2language method is demonstrated. For example:

  require Locales::Language::am;
  my $am = new Locales::Language::am;

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

AUTHOR

Daniel Yacob, dyacob@cpan.org

SEE ALSO

Locales::Language::am Locales::Language::de Locales::Language::en Locales::Language::fr