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 some advantages of facelets.
What does the @managedproperty annotation mean?
What are the command component tags used for action and navigation?
What are the features of facelets used in jsf?
What is the use of controller module?
What is JSF?
What is javaserver faces expression language?
What is f:convertdatetime tag in jsf (javaserver faces)?
How to declare the message beans in the faces –config.xml file?
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?
Can jsf contain multiple configuration files?
how JSF is different from conventional JSP?