09-23-2008, 04:10 PM
[eluser]Unknown[/eluser]
Hi all,
I'm fairly new to CodeIgniter and way more familiar with standard PHP.
We are building language files to translate our website into various languages and enumerating the variables in the standard way $lang['this_text'] = "This English Text";
My lead developer told me I could use {this_text} to echo out the variable's contents in CodeIgniter but it is not working, it is simply printing out {this_text} as text.
Anyone know what I need to do here?
Thanks.
Hi all,
I'm fairly new to CodeIgniter and way more familiar with standard PHP.
We are building language files to translate our website into various languages and enumerating the variables in the standard way $lang['this_text'] = "This English Text";
My lead developer told me I could use {this_text} to echo out the variable's contents in CodeIgniter but it is not working, it is simply printing out {this_text} as text.
Anyone know what I need to do here?
Thanks.