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 the JSP tag?
What is h:inputtextarea tag in jsf (javaserver faces)?
What are standard JSF tag libraries?
What is javaserver faces technology?
What are required configurations for JSF framework?
What different jsf tags are used for conversion?
Mention two ways of binding supported by JSF?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
How can we get the generated event?
What are the benefits of using JSF Framework?
What is javaserver faces expression language?
How to declare the message beans in the faces –config.xml file?