--- nfo/php/libs/org.netfrag.flib/Site/Boot.php 2002/12/19 10:26:25 1.5 +++ nfo/php/libs/org.netfrag.flib/Site/Boot.php 2002/12/22 14:20:08 1.6 @@ -1,8 +1,11 @@ l10n->getLocaleKey()') + // TODO: don't wire this to the locale-text setting + // ---> actually wire the locale-text setting to $app->l10n->getLocaleKey() (the other way round....) $langkey = $this->localetext->getCurrentLanguage(); if($langkey == "de") { setlocale (LC_ALL, 'de_DE');