Parent Directory
|
Revision Log
|
Patch
revision 1150 by alfonx, Mon Oct 18 12:28:24 2010 UTC | revision 1152 by alfonx, Mon Oct 18 15:11:35 2010 UTC | |
---|---|---|
# | Line 133 public class I8NUtil { | Line 133 public class I8NUtil { |
133 | return locales.get(0); | return locales.get(0); |
134 | ||
135 | Locale l = new Locale(code); | Locale l = new Locale(code); |
136 | LOGGER.error("Can't find Locale for code " + code | // LOGGER.error("Can't find Locale for code " + code |
137 | + "! Returning a selfmade locale"); | // + "! Returning a selfmade locale"); |
138 | return l; | return l; |
139 | ||
140 | // return Locale.getDefault(); | // return Locale.getDefault(); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |