How to implement internationalization (localization) (i18n) in jsf?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category