3 * Try to initializes the language system
6 $lang = LanguageSystem::createLanguageSystem(sprintf("%s%s",
8 FrameworkConfiguration::getInstance()->readConfig("lang_base_path")
10 } catch (LanguagePathIsEmptyException $e) {
11 ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: <strong>%s</strong>",
14 } catch (InvalidLanguagePathStringException $e) {
15 ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: <strong>%s</strong>",
18 } catch (LanguagePathIsNoDirectoryException $e) {
19 ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: <strong>%s</strong>",
22 } catch (LanguagePathReadProtectedException $e) {
23 ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: <strong>%s</strong>",