2012-08-22 86 views

回答

1

在調用_setLanguage()之後,您可以在AppController中執行重定向。例如:

$this->_setLanguage(); 
if($this->here == '/') 
    $this->redirect(array('controller' => 'your_controller', 'action' => 'your_action', 'language' => $this->Session->read('Config.language')));