From: Matthew B. <mat...@co...> - 2005-07-15 11:24:38
|
Alistair Young wrote: >>Isn't it better to have some parts of the application >>localised than none? > > agreed - do you want this for 2.6? could probably delegate missing strings > to the default language. Should we have string.properties - Contains the english language strings string_fr.properties - Contains the french language properties. This way if someone selects english as the language it just uses the defaults (which happen to be english). Otherwise if someone selects french then the _fr files are used but we fall back to english if a property doesn't exist. If someone selects russian then they still see the english? This is how ResourseBundle works: http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |