I wanna make a multilanguage website, but I do not want that the language appear in URI like example.com/fr/about (I do not want this). I just want to change the text langua
Read the developer guide, there are some things to consider:
$this->lang->load("messages");
without second argument will load the default language$this->lang->line('some_key');