Name
File::Gettext - Read and write GNU gettext po/mo files
Version
0.12.$Revision: 406 $
Synopsis
use File::Gettext;
Description
Subroutines/Methods
get_path
$gettext->get_path( $lang, $file );
Returns the path to the po/mo file for the specified language
set_path
$gettext->set_path( $lang, $file );
Sets the path attribute on the parent class from $lang
and $file
Configuration and Environment
Diagnostics
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2011 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE