|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Lang
public final class Lang
This class loads language specific texts when the lang(java.lang.String)
method is called for the first time.
Method Summary | |
---|---|
static String |
lang(String key)
Returns the specified string. |
static String |
lang(String key,
Object... e)
Returns the specified string with some text extensions included. |
static String[][] |
parse()
Parses all available language files and returns the names and credits. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String lang(String key)
key
- key
public static String lang(String key, Object... e)
key
- keye
- text text extensions
public static String[][] parse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |