ch.claudio.todo
Class Local

java.lang.Object
  extended by ch.claudio.todo.Local

public class Local
extends java.lang.Object

Version:
$Id: Local.java 148 2006-09-14 20:52:32Z claudio $
Author:
Claudio Nieder

Method Summary
static java.lang.String msg(java.lang.String key)
          Retrieve externalized string
static java.lang.String msg(java.lang.String key, java.lang.String... args)
          Retrieve externalized strings and format arguments into it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

msg

public static java.lang.String msg(java.lang.String key)
Retrieve externalized string

Parameters:
key - Name of externalized sting
Returns:
the text for this item

msg

public static java.lang.String msg(java.lang.String key,
                                   java.lang.String... args)
Retrieve externalized strings and format arguments into it.

Parameters:
key - Name of externalized sting
args - Arguments to place in the string
Returns:
the formatted message for this item