inc/i18n.inc.php
author rejo
Thu, 26 Jul 2007 14:31:38 +0000
changeset 39 7c2b82bff121
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 86] Fixed a typo in the credits. Sorry Koert.

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

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

?>