via a static method on java.util.Locale. In your case the Locale call will be
Locale.setDefault(new Locale("br", "PT"));


You may also want to set the TimeZone in a similar manner.

Felipe Schnack wrote:

 How can i set the default locale of my application? There is a system
property to do that? I can't find it anywhere, and need to set mine to
pt-BR locale.







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



Reply via email to