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

I'm going to answer my own question here.

In my SetLanguage route i added the following line as last line
PHP Code:
redirect($this->session->current_url); 

In my controller(s) i just add the following line to the constructor
PHP Code:
$_SESSION['current_url'] = $this->uri->uri_string(); 
And my problem is completely solved. Cool
Reply


Messages In This Thread
Switch Language - by eagle00789 - 02-27-2017, 01:40 AM
RE: Switch Language - by eagle00789 - 02-27-2017, 01:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB