How to implement internationalization (i18n) in JSF?
Answer / Purushottam Yadav
JSF supports internationalization through the use of resource bundles. Resource bundles are collections of localized property values that can be accessed and displayed by JSF components using their id attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is managed bean and backing bean in jsf?
What is JSF?
What are the available scopes for the managed bean?
What is a managed bean?
Why is jsf not as popular as, for example, mvc frameworks like spring mvc, although jsf is older and included in jee?
What are the benefits of using the jsf framework?
What different jsf tags are used for conversion?
Mention two ways of binding supported by JSF?
How can we obtain the generated event?
List the benefits of a data table in jsf.
What is a view object?
What is the significance of name and eager attributes in managed bean?