Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of solomongaby | > | GSD_Controller_Plugin_Language | > | usage_example.txt | > | Download | ||
|
Download |
Using translate in you controllers $this->view->title = $this->view->translate('default-register-index-title'); Using translate in you views <?php echo $this->translate('default-register-index-title'); ?> |