NAME

CGI::FormBuilder::Messages::__LANG__ - __LANG__ messages for FormBuilder

SYNOPSIS

use CGI::FormBuilder;

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

DESCRIPTION

This is a stub module which can be used to create localized messages. To do so, first open up the file and edit the %MESSAGES hash so that it contains the proper translations for your locale.

Once it is finished, save the file as:

CGI/FormBuilder/Messages/locale.pm

Where locale is the appropriate POSIX locale name, such as "en_US" or "da_DK".

If you want to use the same file to serve multiple locales, simple create links pointing to this module for each locale name.

Finally, join the mailing list and submit your translated module:

fbusers-subscribe@formbuilder.org

That way, it can be included in future versions of FormBuilder!

VERSION

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

AUTHOR

Copyright (c) 2005-2006 Nate Wiger <nate@wiger.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.