Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For each column in my entity bean I have 2 descriptions (for 2 different languages), I want to use these descriptions in different cases from my session bean.

In case the user choose language X , I want to get the field description in the X language, and accordinally for the Y language.

My question is how can I save these 2 different descriptions for each field?

Is it possible to create an annotation that will contain the 2 different values, and according to the one I want I will be able to extract it from these annotation?

share|improve this question
I'll point you to an JSF 2 Internationalization Example mkyong.com/jsf2/jsf-2-internationalization-example – gtgaxiola Oct 25 '12 at 15:20
He's talking about class-level 'documentation', am I right? I am realy curious also if this is possible, good question. – tartak Oct 26 '12 at 7:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.