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

NAME

Locales::Language::ja - ISO 639 Language Codes in Japanese.

SYNOPSIS

  require Locales::Language::ja;

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

  print "  ", $ja->getLocale, " => ", $ja->code2language ( "ja" ), "\n";
  print "  ", $ja->getLocale, " => ", $ja->language2code ( "日本語" ), "\n";

DESCRIPTION

This module provides an OO interface to Japanese 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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 34:

Non-ASCII character seen before =encoding in '"日本語"'. Assuming CP1252