";
patForms_I18n::addModule( 'Internal' );
echo "add Module: Gettext
";
$confGettext = array(
'dir' => dirname( __FILE__ ) . '/lang'
);
patForms_I18n::addModule( 'Gettext', $confGettext );
// set language to de_DE
patForms_I18n::setLocale( 'de_DE' );
echo "