Commit 09987581 by Prasong Putichanchai

add locale

parent c3791942
...@@ -45,6 +45,7 @@ class AppController extends Controller { ...@@ -45,6 +45,7 @@ class AppController extends Controller {
public function initialize() { public function initialize() {
parent::initialize(); parent::initialize();
//$this->viewBuilder()->theme('Porto'); //$this->viewBuilder()->theme('Porto');
I18n::setLocale('th_TH');
$this->loadComponent('RequestHandler'); $this->loadComponent('RequestHandler');
$this->loadComponent('Flash'); $this->loadComponent('Flash');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment