How to implement internationalization (i18n) in JSF?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is the JSP tag?

1 Answers  


What is h:inputtextarea tag in jsf (javaserver faces)?

1 Answers  


What are standard JSF tag libraries?

1 Answers  


What is javaserver faces technology?

1 Answers  


What are required configurations for JSF framework?

1 Answers  


What different jsf tags are used for conversion?

1 Answers  


Mention two ways of binding supported by JSF?

1 Answers  


Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.

1 Answers  


How can we get the generated event?

1 Answers  


What are the benefits of using JSF Framework?

1 Answers  


What is javaserver faces expression language?

1 Answers  


How to declare the message beans in the faces –config.xml file?

1 Answers  


Categories