Home | Wiki | OI 1.x Docs | OI 2.x Docs |
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 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>
Generated from the OpenInteract 1.99_04 source.