diff --git a/app/config/app.php b/app/config/app.php index 01f8270ada..88e396141b 100755 --- a/app/config/app.php +++ b/app/config/app.php @@ -15,6 +15,18 @@ return array( 'timezone' => 'UTC', + /* + |-------------------------------------------------------------------------- + | Application Locale + |-------------------------------------------------------------------------- + | + | This locale ties into the languaage files in app/lang, which contain the + | language files for each translation. + | + */ + + 'locale' => 'en', + /* |-------------------------------------------------------------------------- | Application Debug Mode