diff --git a/app/Config/core.php b/app/Config/core.php index 3caaf10..e77710d 100755 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -176,6 +176,7 @@ Configure::write('Routing.prefixes', array('admin')); * for instance. Each version can then have its own view cache namespace. * Note: The final cache file name will then be `prefix_cachefilename`. */ + Configure::write('Config.language', 'ger'); //Configure::write('Cache.viewPrefix', 'prefix'); /**