internationalization « RichFaces « JSF Q&A





1. How to dynamically pass arguments to messages in the resource bundle    stackoverflow.com

I would like to retrieve the message information from the i18n bundle (messages.properties in seam), but I am not sure how to pass the declare / pass the jobCount variable dynamically ...

2. How to set up i18n for different languages?    stackoverflow.com

I am working in internationalization. Can anybody help me how to set up for support different char types?? At least Spanish and German.
I am using Rich faces, this is my configurationfile ...

3. Changing language by clicking a button    stackoverflow.com

I have a JSF/RichFaces setup, and I found this tutorial. I followed it step by step, but I can't manage to get it. Also: language.jsp is mentioned in ...

4. RichFaces calendar i18n - plug other than English locale    stackoverflow.com

We use rich:calendar component. It's default locale is English - names of months and other labels. How to plug other than En locale? Thank you.

5. How to pass rich params to jsf for i18n?    stackoverflow.com

I am using jsf to render my html pages and I am using the nifty resource bundle loading to add i18n to the various pages. The problem I am having is ...