Hi!

I got a problem with Struts 2 and selecting the language dependent
properties file. When I got a properties file for language "de" (my home
country), it's allways taken by Struts. Even if I configure language "dk" or
"es" in my browser.

I got the following files in my web application:

package.properties
package_de.properties
global-messages.properties
global-messages_de.properties

As far as I know, the file "package.properties" should be taken as fallback
because there isn't any package_dk.properties. I've verified the Struts
configuration with the config-browser-plugin. I don't have configured any
default-locale. Why is Struts using "de" anyway?

Titus

-- 
View this message in context: 
http://www.nabble.com/s2-and-default-locale-language-tp24623075p24623075.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to