Welcome Guest, Not a member yet? Register   Sign In
[solved] Loading another language
#1

[eluser]SPeed_FANat1c[/eluser]
Hi,

I will show you an example, of what I want to do:
Code:
public function test()
    {
        $this->load->language('main', 'english');
        $this->test2();
    }
    
    function test2()
    {
         $this->load->language('main', 'lietuviu');
         echo lang('privilegijos');
    }

I call function test1, which calls test2. I want it to translate to lithuanian language, but it translates to an english. How can I force it to load another language?


Messages In This Thread
[solved] Loading another language - by El Forum - 06-09-2011, 12:17 AM
[solved] Loading another language - by El Forum - 06-09-2011, 06:52 AM
[solved] Loading another language - by El Forum - 06-10-2011, 02:44 AM
[solved] Loading another language - by El Forum - 06-12-2011, 10:57 PM
[solved] Loading another language - by El Forum - 06-13-2011, 08:07 AM
[solved] Loading another language - by El Forum - 06-13-2011, 10:42 PM
[solved] Loading another language - by El Forum - 06-14-2011, 12:48 AM
[solved] Loading another language - by El Forum - 06-14-2011, 03:45 AM
[solved] Loading another language - by El Forum - 06-14-2011, 03:57 AM
[solved] Loading another language - by El Forum - 06-14-2011, 04:45 AM
[solved] Loading another language - by El Forum - 06-14-2011, 05:11 AM
[solved] Loading another language - by El Forum - 06-14-2011, 06:16 AM
[solved] Loading another language - by El Forum - 06-16-2011, 01:39 PM
[solved] Loading another language - by El Forum - 06-16-2011, 02:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB