Welcome Guest, Not a member yet? Register   Sign In
config language and the i18n-wiki tutorial
#2

[eluser]tobben[/eluser]
Update:

I added this to the controller construct:



Code:
if($this->uri->segment(1) == 'no')
            {    
                $this->config->set_item('language', 'norwegian');
            }
            else
            {    
                $this->config->set_item('language', 'english');
            }



So if the URI is:

http://localhost:8888/en/kalender/dato/2007/12 - show english language files
http://localhost:8888/no/kalender/dato/2007/12 - show norwegian language files





It works, but its probably a lame way to change this system language.


Suggestions to make it work globaly on all scripts?


Messages In This Thread
config language and the i18n-wiki tutorial - by El Forum - 08-21-2007, 07:35 PM
config language and the i18n-wiki tutorial - by El Forum - 08-22-2007, 07:09 AM
config language and the i18n-wiki tutorial - by El Forum - 08-22-2007, 07:46 AM
config language and the i18n-wiki tutorial - by El Forum - 08-22-2007, 10:06 AM
config language and the i18n-wiki tutorial - by El Forum - 08-22-2007, 10:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB