NAME
Handel::L10N - Localization module for Handel
VERSION
$Id: L10N.pm 20 2004-12-30 05:06:44Z claco $
SYNOPSIS
use Handel::L10N qw(translate);
warn translate('This is my message');
DESCRIPTION
This module is simply a subclass of Localte::Maketext. By default it doesn't export anything. You can either use it directly:
use Handel::L10N;
warn Handel::L10N::translate('My message');
You can also export translate
into the users namespace:
use Handel::L10N qw(translate);
warn translate('My message');
METHODS
translate
Translates the supplied text into the appropriate language if avsailable. If no match is available, the original text is returned.
SEE ALSO
Locale::Maketext, Handel::L10N::us_en, Handel::L10N::fr
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
cpan@chrislaco.com
http://today.icantfocus.com/blog/