Package org.basex.core
Class Lang
- java.lang.Object
-
- org.basex.core.Lang
-
public final class Lang extends Object
This class loads language specific texts when thelang(java.lang.String)
method is called for the first time.- Author:
- BaseX Team 2005-24, BSD License, Christian Gruen
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[][]
parse()
Parses all available language files and returns the names and credits.
-
-
-
Method Detail
-
parse
public static String[][] parse()
Parses all available language files and returns the names and credits.- Returns:
- language arrays
-
-