I tried routing to switch language but there\'s no change. Could you help me, pls?
Route::get(\'lang/{lang}\', function($lang) { App::setLocale($lang); r
I solved the problem by putting
App::setLocale(Session::get('lang', 'en'));
in app/start/global.php