I am developing multilanguage website with codeigniter. There are different language folders with _lang.php files in the application/language folder. However, it reads only in from english folder.
<?php echo $this->lang->line('share_face');?>
Could you tel me please what is the problem? Thanks in advance.