internationalization « Facelets « JSF Q&A





1. Internationalised labels in JSF/Facelets    stackoverflow.com

Does Facelets have any features for neater or more readable internationalised user interface text labels that what you can otherwise do using JSF? For example, with plain JSF, using h:outputFormat ...

2. The jsf2 h:outputText tag is not formating the h:outputText with the MessageFormat    stackoverflow.com

The jsf2 h:outputText tag is not formating the h:outputText with the MessageFormat my faces config

<application>
    <resource-bundle>
        <base-name>Messages_pt_BR</base-name>
      ...

3. i18n with facelets    coderanch.com