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

[eluser]plain jane[/eluser]
Can you pls try this

Code:
public function test()
    {
        $this->test2();
    }
    
    function test2()
    {
         $this->load->language('main', 'lietuviu');
         echo lang('privilegijos');
    }

Thanks,
ci user


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