Skip to content

ztbcms/module-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

多语言模块

用法: 可查看TestController
//实例化调用
$this->langApi = new LangApiService('zh_cn');
echo $this->langApi->getText('test');
$res = $this->langApi->getTextArr('test.user');
//静态调用
LangApiService::addValue('zh-cn', 'test.test', '二级测试');
echo LangApiService::getValue('zh-cn', 'test.test');

Releases

No releases published

Packages

No packages published