CGI::FormBuilder::Messages::de_DE - German messages for FormBuilder
use CGI::FormBuilder;
my $form = CGI::FormBuilder->new(messages => de);
This module contains German messages for FormBuilder.If the messages option is set to auto (the recommended but NOT default setting), these messages will automatically be displayed to German clients:
my $form = CGI::FormBuilder->new(messages => auto);To force display of these messages, use the following option:
my $form = CGI::FormBuilder->new(messages => :de_DE);Thanks to Thilo Planz for the German translation.
$Id: de_DE.pm,v 1.12 2006/02/24 01:42:29 nwiger Exp $
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.
| perl v5.8.5 | CGI::FormBuilder::Messages::de (3) | 2006-06-06 |