Level 12
Dec 24, 2018
2
Level 2
Set Locale for session
Hi. I am trying to set locale for the whole session when user clicks on the language type. But it is only working for current page where user clicks. When user goes to another page the default locale is set.
my set locale function
public function french(){
\App::setLocale('fr');//how to set it for whole session?
return view('/welcome');
}
works for current page only.
Please or to participate in this conversation.