"perwik" wrote : | One problem though: | When setting the language to "sv" using this component (no country or variant selected) java will choose "messages.properties" before "messages_sv_SE.properties". Changing the filename to "messages_sv.properties" gets the job done, but that's not the way I want it.
THat's the way Java's lookup algorithm works, not ours. anonymous wrote : It would be nice if setLocale() updated the country, language, and variant properties when it sets the default locale, so the correct language is selected in the list. | OK, makes sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929504#3929504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929504 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
