inc/i18n.inc.php
author rejo
Mon, 04 Jun 2007 19:04:55 +0000
changeset 14 2093cbe1133e
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 61] Updated changelog.

<?
include_once("inc/config.inc.php");

$language = $LANG;
setlocale(LC_ALL, $language);
$gettext_domain = 'messages';
bindtextdomain($gettext_domain, "./locale");
textdomain($gettext_domain);

?>