language localization with browser settings
This commit is contained in:
parent
8d91d0e7a8
commit
f0e84a2991
13 changed files with 231 additions and 173 deletions
|
@ -31,9 +31,9 @@ class LocalizationController extends Controller
|
|||
//$lang = Input::get('language');
|
||||
|
||||
|
||||
//Session::put('locale', $lang);
|
||||
Session::put(['locale' => $lang]);
|
||||
// Session::save();
|
||||
// //Session::put('locale', $lang);
|
||||
// Session::put(['locale' => $lang]);
|
||||
|
||||
|
||||
//return redirect(url(URL::previous()));
|
||||
return Redirect::back();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue