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 h:commandlink tag in jsf (javaserver faces)?
What is jsf and why it is used?
How to implement internationalization (i18n) in JSF?
Explain the differences between a managed bean and backing bean in jsf?
What are the phases of the life cycle in jsf?
What is jsf life cycle and its phases?
Explain @CustomScoped annotations?
What is the standard jsf tag library?
List some advantages of facelets.
What is h:graphicimage tag in jsf (javaserver faces)?
What is the significance of @managedproperty annotation?
How do you compare jsf with spring framework?