
OpenInteract2::I18N - Base class for localized messages

# 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 );

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.


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.

Chris Winters <chris@cwinters.com>