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:
Workgroup DBIS, University of Konstanz 2005-09, ISC License, Christian Gruen, Andreas Weiler

Method Summary
static java.lang.String lang(java.lang.String key)
          Returns the specified string.
static java.lang.String[][] parse()
          Parse all available language files and return the names and credits.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

lang

public static java.lang.String lang(java.lang.String key)
Returns the specified string.

Parameters:
key - key
Returns:
string

parse

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

Returns:
language arrays