| Recommend this page to a friend! |
| Classes of solomongaby | > | GSD_Controller_Plugin_Language | > | usage_example.txt | > | 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'); ?> |