public class LanguageProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUSTRIAN
The string constant for the language Austrian.
|
static java.lang.String |
ENGLISH
The string constant for the language English.
|
static java.lang.String |
GERMAN
The string constant for the language German.
|
Constructor and Description |
---|
LanguageProperties(java.lang.String pLanguage)
Creates an object with the labels of the specified language.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty(java.lang.String pProperty)
Returns the value of the specified property.
|
public static final java.lang.String ENGLISH
public static final java.lang.String GERMAN
public static final java.lang.String AUSTRIAN
public LanguageProperties(java.lang.String pLanguage)
DefaultLanguageProperties
are used to return the English default labels.pLanguage
- The language of the properties as string.