inc/i18n.inc.php
author rejo
Sun, 22 Apr 2007 16:27:45 +0000
changeset 12 7be4525290cc
parent 8 47dd15d8bb8c
child 13 2ff220cfde13
permissions -rw-r--r--
[feladat @ 28] Fixed a bug in dns.inc.php ($recordid missing from input on validate_input function).

<?
$language = "en_EN";
setlocale(LC_ALL, $language);
$gettext_domain = 'messages';
bindtextdomain($gettext_domain, "./locale");
textdomain($gettext_domain);
?>