locale attribute in bean:message

2005-03-28 Thread Joe Hertz
An utter shot in the dark here.. I'm trying to force the printing of language names into their native languages. That is to say English is English and French would be francais. I realize that if I know what language I want to put display it in, I don't _really_ need a bean:message tag, but it's

locale attribute in bean:message

2005-03-28 Thread Joe Hertz
An utter shot in the dark here.. I'm trying to force the printing of language names into their native languages. That is to say English is English and French would be francais. I realize that if I know what language I want to put display it in, I don't _really_ need a bean:message tag, but it's

RE: locale attribute in bean:message

2005-03-28 Thread Smith, Thad
-Original Message- From: Joe Hertz [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 11:57 AM To: 'Struts Users Mailing List' Subject: locale attribute in bean:message An utter shot in the dark here.. I'm trying to force the printing of language names into their native languages

RE: locale attribute in bean:message

2005-03-28 Thread Joe Hertz
[mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 3:19 PM To: Struts Users Mailing List Subject: RE: locale attribute in bean:message You can use the getDisplayLanguage in java.util.Locale to do this: %= request.getLocale().getDisplayLanguage(request.getLocale) % This displays

RE: locale attribute in bean:message

2005-03-28 Thread Joe Hertz
[mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 3:19 PM To: Struts Users Mailing List Subject: RE: locale attribute in bean:message You can use the getDisplayLanguage in java.util.Locale to do this: %= request.getLocale().getDisplayLanguage(request.getLocale) % This displays