Welcome Guest, Not a member yet? Register   Sign In
Two different languages at the same time
#2

[eluser]ShiverCube[/eluser]
What you are asking makes little sense. A language file should contain data specific to one language.

But if you must, just add an include statement in each of the language files. So for the english.php language file:
Code:
include(APPPATH.'language/shared/interface'.EXT);

$lang...

Then you only have to load the one language (as you should do anyway):
Code:
$this->lang->load('interface', 'english');


Messages In This Thread
Two different languages at the same time - by El Forum - 01-16-2010, 04:51 PM
Two different languages at the same time - by El Forum - 01-17-2010, 12:09 AM
Two different languages at the same time - by El Forum - 01-17-2010, 03:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB