Joshua Java

Posts Tagged ‘localization

Localizing enums with Seam

Posted by: Joshua on: March 26, 2008

Wow, I just realized that I haven’t wrote anything in this blog for more than a month. Shame on me. Ok here’s another code that hopefully be beneficial. Recently I had a project where I need to display the enum values in local language. Thanks God for Seam I can easily do this.
In your [...]