top-think / think-multi-app

thinkphp6 multi app support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

多应用?lang=en 无效果希望修复

muzidudu opened this issue · comments

$this->app->loadLangPack($this->app->lang->defaultLangSet());

这里有错误 望修正下
$this->app->loadLangPack($this->app->lang->getLangSet());

commented

+1,希望尽快修复

commented

app()->lang = new \think\Lang(\config('lang'));
app()->lang->detect($request);
app()->loadLangPack(Lang::getLangSet());

在中间件里面重新实例化 app里面的lang可以实现语言切换