Java EE 6 – JSF 2.0 Internationalization with session scoped language switcher bean
Today I will present a short tutorial on how to implement internationalization feature in your JSF 2.0 web application. This tutorial is based on the previous one called Java EE 6 – Getting Started (maven, CDI and persistence) ready project. We will continue from that point and add simple i18n feature with language switching capabilities. […]
Read More →