URL language strings |
Hello guys , i wanna ask somethink about multi language blog/site on codeigniter.
Lets suppose was i run the site on domain.com ok ? I have create 2 language files under language folder with name us.php and gr.php. I want the default language as greek. Also i have more than 10 fields , how can change the text with dynamic language as $lang['main_header'] = "Header"; Must i create 2 diferrent views or exist a way to do that ? Thanks sorry for my english syntax ![]()
Form user Avenir has got nice tutorials about CI in his website.
He also got tutorials to set up Multi language website in CI: https://avenir.ro check it
class LanguageLoader
{ function initialize() { $ci =& get_instance(); $ci->load->helper('language'); $ci->lang->load('information','english'); } you have google serach on multilingual codeigniter |
Welcome Guest, Not a member yet? Register Sign In |