corny.addressbook.Messages
Class Messages

java.lang.Object
  extended by corny.addressbook.Messages.Messages

public class Messages
extends java.lang.Object

Fetches localized Strings.

Author:
Corny

Method Summary
static java.lang.String getString(java.lang.String key)
          Returns a localized String matching the given key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Returns a localized String matching the given key.

Parameters:
key - Key
Returns:
Localized String matching the given key