de.glossmaker.gloss.language
Class Translation
java.lang.Object
de.glossmaker.gloss.language.Translation
public class Translation
- extends Object
This class loads the language file. If the language file doesn't exists English
default values will be returned.
- Author:
- Markus Flingelli
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Translation getInstance()
saveFile
public void saveFile(String fileName)
getValue
public String getValue(String key)
getChar
public Character getChar(String key)
getValue
public String getValue(String key,
String... str)
Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.