anonymous wrote : | I can change the US reverence to an nl (dutch) Local in CoreModule.java but an imho more logical aproach would be a Local-less standard Resource.properties. This way the default language doesn't depend on a certain localisation. |
This does not always do what you expect. When the requested locale is not found, Java does not default to the resource file without locale, but first to the default locale. So for this behaviour to work, you better first change the default locale to something nonexistent... Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828745#3828745 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828745 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
