[Schmitzm-commits] r41 - trunk/src/skrueger/i8n

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 6 21:54:47 CEST 2009


Author: alfonx
Date: 2009-04-06 21:54:46 +0200 (Mon, 06 Apr 2009)
New Revision: 41

Modified:
   trunk/src/skrueger/i8n/I8NUtil.java
Log:
* Some corrections in I8N withthe ISO vs. Locale language codes

Modified: trunk/src/skrueger/i8n/I8NUtil.java
===================================================================
--- trunk/src/skrueger/i8n/I8NUtil.java	2009-04-06 19:31:02 UTC (rev 40)
+++ trunk/src/skrueger/i8n/I8NUtil.java	2009-04-06 19:54:46 UTC (rev 41)
@@ -66,7 +66,7 @@
 	 */
 	public static Locale getLocaleFor(String code) {
 		for (Locale l : Locale.getAvailableLocales()) {
-			System.out.println(l.getLanguage()+" not = "+code);
+//			System.out.println(l.getLanguage()+" not = "+code);
 			if (l.getLanguage().toLowerCase().equals(code.toLowerCase())) {
 				return l;
 			}



More information about the Schmitzm-commits mailing list