It works fine for be, even with double byte lanuguages. The one thing I had to do was to set the charset in the jsp page so it would display properly.
-----Original Message-----
From: Whitney Hunter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 3:27 PM
To: 'Struts User List'
Subject: Localization
Hi all,
Has anyone been successful in getting the localization features to work in
struts? I am getting all text strings from the properties file using
<bean:message key="some key">. This works fine for english, but when I add a
spanish translation with a "_es" suffix, I can not get it to appear. I am
using the <html:html locale="true"> tag to set the locale and then setting
the locale in my browser (ie and netscape). It worked one time, but has not
worked since. Is this feature flakey?
Thanks,
Whitney