Locale::Messages

Locale::Messages is a Perl module with Gettext Like Message Retrieval.
Download

Locale::Messages Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Guido Flohr
  • Publisher web site:
  • http://search.cpan.org/~guido/libintl-perl-1.16/lib/Locale/Recode.pm

Locale::Messages Tags


Locale::Messages Description

Locale::Messages is a Perl module with Gettext Like Message Retrieval. Locale::Messages is a Perl module with Gettext Like Message Retrieval.SYNOPSIS use Locale::Messages (:locale_h :libintl_h); gettext $msgid; dgettext $textdomain, $msgid; dcgettext $textdomain, $msgid, LC_MESSAGES; ngettext $msgid, $msgid_plural, $count; dngettext $textdomain, $msgid, $msgid_plural, $count; dcngettext $textdomain, $msgid, $msgid_plural, $count, LC_MESSAGES; textdomain $textdomain; bindtextdomain $textdomain, $directory; bind_textdomain_codeset $textdomain, $encoding; bind_textdomain_filter $textdomain, &filter, $data; turn_utf_8_on ($variable); turn_utf_8_off ($variable); nl_putenv ('OUTPUT_CHARSET=koi8-r'); my $category = LC_CTYPE; my $category = LC_NUMERIC; my $category = LC_TIME; my $category = LC_COLLATE; my $category = LC_MONETARY; my $category = LC_MESSAGES; my $category = LC_ALL;The module Locale::Messages is a wrapper around the interface to message translation according to the Uniforum approach that is for example used in GNU gettext and Sun's Solaris. It is intended to allow Locale::Messages(3) to switch between different implementations of the lower level libraries but this is not yet implemented.Normally you should not use this module directly, but the high level interface Locale::TextDomain(3) that provides a much simpler interface. This description is therefore deliberately kept brief. Please refer to the GNU gettext documentation available at http://www.gnu.org/manual/gettext/ for in-depth and background information on the topic.The lower level module Locale::gettext_pp(3) provides the Perl implementation of gettext() and related functions. Requirements: · Perl


Locale::Messages Related Software