Welcome Guest, Not a member yet? Register   Sign In
Main language file?
#6

[eluser]InsiteFX[/eluser]
Do not use filename_lang create your own filename but it has to end with _lang.php and be in the language/
directory like application/language/english/file_lang.php
Code:
$lang['language_key'] = "The actual message to be shown";

// to use autoload or load it!
$this->lang->load('filename', 'language');

// to use
$tmp = $this->lang->line('language_key');
echo $tmp;

Did you read the CodeIgniter User Guide - Language Class?

InsiteFX


Messages In This Thread
Main language file? - by El Forum - 04-09-2011, 06:12 AM
Main language file? - by El Forum - 04-09-2011, 09:48 AM
Main language file? - by El Forum - 04-09-2011, 10:16 AM
Main language file? - by El Forum - 04-09-2011, 10:27 AM
Main language file? - by El Forum - 04-09-2011, 10:38 AM
Main language file? - by El Forum - 04-09-2011, 10:53 AM
Main language file? - by El Forum - 04-09-2011, 11:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB