org.activemath.webapp.i18n
Class LocalizedFile
java.lang.Object
org.activemath.webapp.i18n.LocalizedFile
public class LocalizedFile
- extends Object
This class incapsulates the file and its Locale,
as well as methods for finding the right localizedfile.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
public File file
language
public String language
LocalizedFile
public LocalizedFile(String filename,
String lang)
getFile
public File getFile()
getLanguage
public String getLanguage()
getLocale
public Locale getLocale(String lang)