Browse Source

Add App locate as default value of 'lang' attribute

Add App locate as default lang in the app.php config file instead of 'en' of 'lang' attribute in the main view.
Atef Ben Ali 8 years ago
parent
commit
72a76c021e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/welcome.blade.php

+ 1 - 1
resources/views/welcome.blade.php

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="{{ config('app.locale') }}">
     <head>
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=edge">