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


ACME-Error-Translate documentation  | view source Contained in the ACME-Error-Translate distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use ACME::Error Translate => de;

  die "Stop!"; # Anschlag!

DESCRIPTION

Top

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

Top

Casey West <casey@geeknest.com>

SEE ALSO

Top

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


ACME-Error-Translate documentation  | view source Contained in the ACME-Error-Translate distribution.