If you don't specify anything than you will be using the locale set in your browser (if you don't set this than its usually the locale set in your O/S).

This behavior usually works good for most apps. If you want to allow a person to proactively change the Locale you can do it in an Action. Take a look at the LocaleAction of Struts 1.2 or look through the mailing list Archives -- Kris Schneider posted a locale action that sets the Struts locale as well as the one used by JSTL.

- Bill Siggelkow

Leandro Melo wrote:

Hi,
this is very very basic.
When i started learning Java i really never payed
attention to that.

I don't have any one line of code in my struts
application that secifies my "locale". So,


what's actually the default locale i'm using???

if i want to change the locale, how exactly should i
do?? would it be in a LogonAction ???


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to