How to implement internationalization (localization) (i18n) in jsf?
Answer / Dharamvijay Gangwar
To implement i18n in JSF, you can use the <message-bundle> tag to reference a properties file containing localized strings and the #{msg['key']} syntax to access these messages.
| Is This Answer Correct ? | 0 Yes | 0 No |
List out the converter tags used in JSF?
What is managed bean and backing bean in jsf?
Explain @RequestScoped annotations?
How to configure managed bean in the xml file?
What is the jsf?
What are the facelets templates?
what does a typical JSF application consist of?
why is jsf used for?
What is resource binding in jsf?
What are the advantages of facelets?
What are the different types of expressions supported by jsf el (expression language)?
List some ajax attributes.