⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

language



maha
  • profile picture
  • Member

Posted 03 February 2013 - 11:40 AM

when i use multi lang in my project i used function

$crud->set_language(lang('lang'));

but when i change it to

$crud->set_language(lang('Adminlang'));


lang in lang_file like this

$lang['lang']='arabic';

and i change it to

$lang['Adminlang']='arabic';

it makes error
it makes sum fields with langage and others with another language;