2
I am working with a module of events in joomla and when showing the date of the event the same does in the English language. 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, I could bring the language to Portuguese from Brazil?
Hey, guys, somebody shine a light?
– Rodrigo Segatto
if my answer is right, mark it as correct, or at least give feedback.
– Emerson Rocha