See all Extensions
Below is the examples of controller and view for for output of localized messages.
Controller:
$this->view->message = $this->lmsg('helloMessage');
View:
<b><?php echo $this->lmsg('helloMessage'); ?></b>
Hosting Wiki