Manual Reference Pages  - CGI::FormBuilder::Messages::ja (3)

NAME

CGI::FormBuilder::Messages::ja_JP - Japanese messages for FormBuilder

CONTENTS

SYNOPSIS



    use CGI::FormBuilder;





    my $form = CGI::FormBuilder->new(messages => ’auto’);



DESCRIPTION

This module contains Japanese messages for FormBuilder.

If the messages option is set to auto (the recommended but NOT default setting), these messages will automatically be displayed to Japanese clients:



    my $form = CGI::FormBuilder->new(messages => ’auto’);



To force display of these messages, use the following option:



    my $form = CGI::FormBuilder->new(messages => ’:ja_JP’);



Thanks to Toru Yamaguchi and Thilo Planz for the Japanese translation.

REVISION

$Id: ja_JP.pm,v 1.12 2006/02/24 01:42:29 nwiger Exp $

AUTHOR

Copyright (c) 2005-2006 Nate Wiger <nate@wiger.org>, Thilo Planz <thilo@cpan.org>. All Rights Reserved.

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.

Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 CGI::FormBuilder::Messages::ja (3) 2006-06-06
Generated by manServer 1.07 from /usr/share/man/man3/CGI::FormBuilder::Messages::ja.3pm using man macros.