Sure, I am making my application I18n complinat, reading all the labels from the resources, I am using I18n tag libary from jakartha,
I am replacing all of my labels with i18n tag like <i18n:message key=" label.name">, <i18n:message key="label.age"> etc, it is working fine. But I have some labels which are hardcoded in the Backend (Java file) and and they are displayed on the UI I am struck how to use this tag in the back end java class. I read the documennation, nothing was mentioned about this. let me know if you have any questions. V On 5/3/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
On 5/3/07, Vikram Reddy <[EMAIL PROTECTED]> wrote: > Did any one use I18N Tag Library from Apache, I have a question on that. > > I have some of the labels hardcoded in the java bean whcih are displayed on > the UI, not sure how I can convert them, Can any one throw some light on The description of the problem is a little vague, it would help to know adequate relevant details. The documentation on the taglibs and examples in i18n-examples.war might have some solutions > this please.. I would really appreciate that. > in my jsp page, I am simply using this tag : <i18n:message key=" label.name" > /> .. > > - V > -Regards Rashmi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
