de.beamertool.util
Class I18N

java.lang.Object
  extended by de.beamertool.util.I18N

public class I18N
extends Object

Used to support I18N in beamer-tool.

Author:
ocm-zeeman

Constructor Summary
I18N()
           
 
Method Summary
static String getTranslation(String key)
          Load the translation for the given key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18N

public I18N()
Method Detail

getTranslation

public static String getTranslation(String key)
Load the translation for the given key.

Parameters:
key - The key of the searched translation
Returns:
The found translation or the key with some questionmarks to indicate non-founding