|
|
|
@ -9,13 +9,14 @@
|
|
|
|
|
$locale = "de_DE";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$locale = "en_US";
|
|
|
|
|
# $locale = "en_US";
|
|
|
|
|
$domain = "messages";
|
|
|
|
|
|
|
|
|
|
setlocale(LC_MESSAGES, $locale);
|
|
|
|
|
setlocale(LC_ALL, $locale);
|
|
|
|
|
|
|
|
|
|
$results = putenv("LC_ALL=$locale");
|
|
|
|
|
$results = putenv("LC_MESSAGES=$locale");
|
|
|
|
|
$results = bindtextdomain($domain,"./locale");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|