codeigniter-multi-lang:Codeigniter 多语言支持

时间:2021-06-14 13:36:41
【文件属性】:
文件名称:codeigniter-multi-lang:Codeigniter 多语言支持
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-14 13:36:41
PHP #Codeigniter 中的多语言作为钩子 本文档描述了如何在 codeigniter 2.x 中使用 hooks 进行多语言支持。 #installation 请将文件放入此 git 存储库的文件夹结构中,并对 config.php 文件进行此修改。 添加此代码 $config['system_lang'] = array ('ar'=>'arabic','en'=>'english');``` This code adds support for two languages (Arabic and English) you can add as many as you want and define it's codes as you wish i.e. (ara for Arabic ,ru for Russian or whatever ). With no extra c
【文件预览】:
codeigniter-multi-lang-master
----config()
--------hooks.php(678B)
----readme.md~(1KB)
----readme.md(1KB)
----hooks()
--------LanguageLoader.php(2KB)

网友评论