framework icon indicating copy to clipboard operation
framework copied to clipboard

[TP6.0.3] 使用方法 Lang::setLangSet 手动切换语言无效!

Open conero opened this issue 3 years ago • 0 comments

页面当前语言为 【en】,当我想切换回默认语言时未奏效

<?php
class Demo{
    public function index(){
        Lang::setLangSet(Lang::defaultLangSet());
    }
}

conero avatar Feb 11 '22 02:02 conero