The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

THIS MODULE IS DEPRECATED

This POD documents the deprecated legacy system (pre v0.06)

New code should use the more modern, efficient, and CLDR based Locales object system.

NAME

Locales::Language::fi - (DEPRECATED use Locales instead) ISO 639 Language Codes in Finnish.

SYNOPSIS

  require Locales::Language::fi;

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

  print "  ", $fi->getLocale, " => ", $fi->code2language ( "fi" ), "\n";
  print "  ", $fi->getLocale, " => ", $fi->language2code ( "Suomi" ), "\n";

DESCRIPTION

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