inc/i18n.inc.php
author rejo
Tue, 17 Apr 2007 21:18:14 +0000
changeset 5 ebf8868e99f5
parent 3 64525a2eb098
child 8 47dd15d8bb8c
permissions -rw-r--r--
[feladat @ 6] - Fixed bug in record.inc.php, search did never give matching domains. - Some modifications to Dutch translation.

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