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>
Is this page helpful?
Yes No
Thank you for the feedback! Please tell us if we can improve further.
Sorry to hear that. Please tell us how we can improve.