I'm working with an event module in joomla and when showing the event date the same does in the English language. It has the following code in one of the module files:
<span itemprop="startDate"><?php echo JHtml::_('date', $item->params->get('ctm_start',''), 'DATE_FORMAT_LC3'); ?></span>
-
<span itemprop="endDate"><?php echo JHtml::_('date', $item->params->get('ctm_end',''), 'DATE_FORMAT_LC3'); ?></span>
Just by this code, could I bring the language into Portuguese from Brazil?