| java.lang.Object org.continuent.sequoia.common.i18n.ConsoleTranslate
ConsoleTranslate | final public class ConsoleTranslate (Code) | | Class to translate the different messages of Sequoia CLI Console.
author: Nicolas Modrzyk version: 1.0 |
get | public static String get(String key)(Code) | | Returns the translation for the given <code>key</code>
Parameters: key - the translation key the translation or <code>'!' + key + '!'</code> ifthere is no translation for the given key |
get | public static String get(String key, Object[] args)(Code) | | Returns the translation for the given <code>key</code>
Parameters: key - the translation key Parameters: args - array of <code>Objects</code> used by thetranslation the translation or <code>'!' + key + '!'</code> ifthere is no translation for the given key |
|
|