资源说明:Multilanguage Support for code igniter application with google tranlate API
Codeigniter multi language support using google translate API. Uses of this contribution: 1) No Need to maintain all text in different languages in our application. Clarification: In the multilingual support sites - we have text in English language. If we want to convert into different language we have to maintain other language text in our site. If we use this contribution, no need of maintaining different languages text in our site. 2) It supports 'n' number of languages. Clarification : If we use normal multilingual then we can use it for 2 or 3 languages. If we want another language then we want to write complete text in that language. If we use this contribution, we can maintains 'n' number of languages. Integration into CodeIgniter Site: 1) Create a new helper file tarnslate_helper.php in \system\helpers 2) In application\config\autoload.php file add the below code: $autoload['helper'] = array('form', 'url','translate'); 3) Process to integrating this contribution: In the file header.php which is common for total site. Add the below code : In head section add below meta tag to set the utf charset in Javascript code: in HTML code :
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。