org.basex.core
Class Lang

java.lang.Object
  extended by org.basex.core.Lang

public final class Lang
extends java.lang.Object

This class loads language specific texts when the lang(java.lang.String) method is called for the first time.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen, Andreas Weiler

Method Summary
static void check()
          Checks the existing language files for correctness and completeness.
static java.lang.String[][] parse()
          Parses all available language files and returns the names and credits.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static java.lang.String[][] parse()
Parses all available language files and returns the names and credits.

Returns:
language arrays

check

public static void check()
Checks the existing language files for correctness and completeness.