I should like to use the <ice-cc:selectLocale /> to choose a language. But it's not working on my login.xhtml. In the login form I have added
Code:
<ice-cc:selectLocale styleClass="localeStyle"/>
but I can't see a language selector.
At the moment I use
Code:
<h:selectOneMenu value="#{localeSelector.localeString}">
<f:selectItems value="#{localeSelector.supportedLocales}" />
</h:selectOneMenu><h:commandButton action="#{localeSelector.select}" value="#{messages['ChangeLanguage']}" />
Can you tell me why ice-cc:selectLocale don't work?
Thanks for Help