Welcome Guest, Not a member yet? Register   Sign In
Language problem
#2

You are loading the languages wrong.

PHP Code:
$this->lang->load('connect'$idiom[$langue]);

// should be
// you only load the language you need not an array.
$idiom 'english';
$this->lang->load('connect'$idiom); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Language problem - by ji_louis - 06-26-2019, 05:12 PM
RE: Language problem - by InsiteFX - 06-27-2019, 03:04 AM
RE: Language problem - by ji_louis - 06-30-2019, 08:07 AM
RE: Language problem - by includebeer - 06-28-2019, 05:37 AM
RE: Language problem - by ji_louis - 06-30-2019, 08:14 AM
RE: Language problem - by Wouter60 - 06-30-2019, 11:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB