inc/i18n.inc.php
author rejo
Mon, 25 Jun 2007 22:37:06 +0000
changeset 28 a73ac0ba0401
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 75] Updated changelog file with quick and dirty updated.

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

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

?>