From: Christian G. [M. Mitch] <mas...@us...> - 2002-02-07 21:23:49
|
Update of /cvsroot/jprojecttimer/jprojecttimer/de/cgarbs/util In directory usw-pr-cvs1:/tmp/cvs-serv19611/de/cgarbs/util Modified Files: Resource.java Log Message: Language in effect is printed at startup Index: Resource.java =================================================================== RCS file: /cvsroot/jprojecttimer/jprojecttimer/de/cgarbs/util/Resource.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resource.java 25 Jan 2002 20:41:15 -0000 1.2 --- Resource.java 7 Feb 2002 21:23:43 -0000 1.3 *************** *** 42,45 **** --- 42,46 ---- try { messages = ResourceBundle.getBundle(resourceFile, currentLocale); + System.err.println("Resource file language is: " + Resource.get("LANGUAGE")); System.err.println("Resource file maintained by: " + Resource.get("MAINTAINER")); } catch ( MissingResourceException e ) { |