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

NAME

OpenInteract2::I18N - Base class for localized messages

SYNOPSIS

 # You should never need to access this class directly. Instead use
 # the OI2::Request object:

 my $request = CTX->request;
 my $lang_handle = $request->language_handle;
 print $lang_handle->maketext( 'company.num_employees', 55 );

DESCRIPTION

This is a base class for localized messages. In the Locale::Maketext parlance this is your project class. All localization subclasses generated in OpenInteract2::I18N::Initializer should subclass this.

SEE ALSO

OpenInteract2::Manual::I18N

Locale::Maketext

COPYRIGHT

Copyright (c) 2003-2004 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Chris Winters <chris@cwinters.com>