Changeset 1000:5e1257ab54c4
- Timestamp:
- 03/20/10 16:58:20 (3 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@1001
- Message:
-
Changed call to Language.getContext to match the new signature
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r562
|
r1000
|
|
| 1 | | // $Id: OutputModule.java,v 1.11 2009-09-29 16:04:35 tgambet Exp $ |
| | 1 | // $Id: OutputModule.java,v 1.12 2010-03-20 16:58:20 tgambet Exp $ |
| 2 | 2 | // Author: Damien LEROY. |
| 3 | 3 | // (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. |
| … |
… |
|
| 62 | 62 | |
| 63 | 63 | protected void displayOnIndex(Map<String, Object> mapOfStringObject, Writer writer) { |
| 64 | | VelocityContext context = new VelocityContext(Language.getContext(outputParameters.get("lang"))); |
| | 64 | VelocityContext context = new VelocityContext(Language.getContext(Language.getLocale(outputParameters.get("lang")))); |
| 65 | 65 | |
| 66 | 66 | for (final String sObjectName : mapOfStringObject.keySet()) |