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

NAME

ACME::Error::Translate - Language Translating Backend for ACME::Error

SYNOPSIS

  use ACME::Error Translate => de;

  die "Stop!"; # Anschlag!

DESCRIPTION

Translates error messages from the default English to the language of your choice using Lingua::Translate. As long as the backend used by Lingua::Translage understands your two letter language code, you're ok.

By default the backend is Babelfish.

AUTHOR

Casey West <casey@geeknest.com>

SEE ALSO

perl(1), ACME::Error, Lingua::Translate.