Hello there
This is my first post on the forum, hope I can get some help here
I am using the rich calendar control, I have set it up on a page like
<rich:calendar value="#{some_bean.some_variablename}"
popup="true" datePattern="d/M/yy" /><locale-config> <default-locale>sr</default-locale> <supported-locale>sr</supported-locale> <supported-locale>hr</supported-locale> <supported-locale>sr-Latn-CS</supported-locale> <supported-locale>en</supported-locale> <supported-locale>de</supported-locale> </locale-config>
<h:selectOneMenu value="#{localeSelector.language}">
<f:selectItems value="#{localeSelector.supportedLocales}"/>
</h:selectOneMenu>
<h:commandButton action="#{localeSelector.select}" value="#Change language" />