com.calfater.mailcarbon.i18n
Class Lang

java.lang.Object
  extended by com.calfater.mailcarbon.i18n.Lang

public class Lang
extends java.lang.Object

The Class Lang.

Author:
sebastien borie

Method Summary
static Lang getInstance()
          Gets the single instance of Lang.
 char getMnemonic(java.lang.String key)
          Gets the mnemonic.
 java.lang.String getString(java.lang.String key)
          Gets the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final Lang getInstance()
Gets the single instance of Lang.

Returns:
single instance of Lang

getString

public java.lang.String getString(java.lang.String key)
Gets the string.

Parameters:
key - the key
Returns:
the string

getMnemonic

public char getMnemonic(java.lang.String key)
Gets the mnemonic.

Parameters:
key - the key
Returns:
the mnemonic


Copyright © 2010. All Rights Reserved.