|
Locales::Language::ru - ISO 639 Language Codes in Russian. |
Locales::Language::ru - ISO 639 Language Codes in Russian.
require Locales::Language::ru;
my $ru = new Locales::Language::ru;
print " ", $ru->getLocale, " => ", $ru->code2language ( "ru" ), "\n"; print " ", $ru->getLocale, " => ", $ru->language2code ( "Русский" ), "\n";
This module provides an OO interface to Russian 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.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
None presently known.
Daniel Yacob, dyacob@cpan.org
Included with this package:
examples/lang*.pl
|
Locales::Language::ru - ISO 639 Language Codes in Russian. |