Chris Winters > OpenInteract-1.99_06 > OpenInteract2::I18N

Download:
OpenInteract-1.99_06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.09   Source  

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-2005 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>