Re: basic locale question

2004-09-11 Thread Bill Siggelkow
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. Tak

basic locale question

2004-09-11 Thread Leandro Melo
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?? w