Re: ApplicationProperties_es_ES

2004-08-27 Thread Jason Lea
The resource bundles try to match the most specific bundle it can find eg is language and country are provided it will use that. If only language then it will try that. So the order for a locale of 'es_ES' will look for files in this order 1. ApplicationProperties_es_ES.properties 2. Applicatio

RE: ApplicationProperties_es_ES

2004-08-27 Thread Jim Barrows
> -Original Message- > From: Lucas Gonzalez Pearson [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 2:10 PM > To: Struts Users Mailing List > Subject: Re: ApplicationProperties_es_ES > > > I thought that if no resource bundle matched the ones you &

Re: ApplicationProperties_es_ES

2004-08-27 Thread Lucas Gonzalez Pearson
Message - From: "Jim Barrows" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 5:59 PM Subject: RE: ApplicationProperties_es_ES > -Original Message- > From: Eric Dahnke [mailto:[EMAIL PROTECTED

RE: ApplicationProperties_es_ES

2004-08-27 Thread Jim Barrows
> -Original Message- > From: Eric Dahnke [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 1:53 PM > To: Struts Users Mailing List > Subject: ApplicationProperties_es_ES > > > > Hello list, > > > We're building an internationalize

ApplicationProperties_es_ES

2004-08-27 Thread Eric Dahnke
Hello list, We're building an internationalized site, and we're having an issue with locales and resource bundles. If we have two specific resource bundles for Spanish from Spain (ApplicationProperties_es_ES.properties) and Spanish from Argentina (ApplicationProperties_es_AR.properties), one wo