1
I’m using the Timeline component of the primefaces.
Although using the "locale" property it is not rendering in English.
<p:timeline id="timeline" value="#{timelineView.timelineModel}" height="auto"
var="evento"
showNavigation="true"
minHeight="30"
editable="false" varGroup="group"
groupMinHeight="30"
selectable="true"
groupsChangeable="false"
widgetVar="timelineWdgt"
timeChangeable="true"
axisOnTop="true"
animate="false"
animateZoom="false"
showCurrentTime="true"
stackEvents="false"
start="#{timelineView.timeLineDataMenos1Hora}"
end="#{timelineView.timeLineDataMais7horas}"
min="#{timelineView.timeLineDataMinima}"
max="#{timelineView.timeLineDataMaxima}"
locale="pt_BR"
zoomMin="6000000"
zoomMax="31536000000"
groupsOnRight="false">