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

[eluser]Unknown[/eluser]
I have shared content for all languages (same keywords, same values). So I'd like to keep this data in one place. For that I've created language called shared.

Now I'd like to load two lang_files from different languages:

Code:
$this->lang->load('interface', 'english');
$this->lang->load('interface', 'shared');

unfortunately it loads only english but not shared.

English and shared contains different keywords !


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