inc/i18n.inc.php
author rejo
Wed, 27 Jun 2007 21:33:53 +0000
changeset 31 f0afd66d7ed4
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 78] Removed version information in footer. Doesn't work. Isn't global.

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

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

?>