vooga.users.ui.i18n
Class English

java.lang.Object
  extended by vooga.users.ui.i18n.English

public class English
extends java.lang.Object

Class that provides an English-language resource bundle. Allows easy internationalization of all UI strings.

Author:
Alex Edelsburg

Method Summary
static java.lang.String getString(java.lang.String key)
          Gets the String from English.properties associated with key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Gets the String from English.properties associated with key

Parameters:
key - the String to look for in the properties file
Returns:
the String in the properties file that corresponds to key