php - How to get Translation working on CakePHP? -


after reading , watching tutorials online, can't translations work on cakephp.

my website in english default want option switch in french.

there's empty "i18n" table in database. there locale/default.pot , locale/cake.pot files. used poedit generate locale/fra/default.po file (+ default.mo).

i read must type

configure::write('config.language', 'fra') 

in config/bootstrap.php , didn't work.

what missing?


Comments