From: Olivier G. <og...@us...> - 2008-04-03 20:38:37
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/user In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31107/src/osmose/application/user Modified Files: OSMUser.java Log Message: Language switching (feature request #1359770) Index: OSMUser.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/user/OSMUser.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMUser.java 3 Oct 2007 21:31:16 -0000 1.2 --- OSMUser.java 3 Apr 2008 20:38:41 -0000 1.3 *************** *** 100,103 **** --- 100,104 ---- * export.html.not.included => indicates whether html notes files are included in exportation * export.html.frame.included=> indicates whether html frames files are included in exportation + * language.default => string representing the locale to use (ex: en_US) * </pre> * |