Convenience method to retrieve a localised string with no parameters. author: Thomas Behr 03-01-02 @param key The key of the property to be retrieved. @return String The localised string.
(String key)
| 61 | * @return String The localised string. |
| 62 | */ |
| 63 | public static String getString(String key) |
| 64 | { |
| 65 | return getProperty(key); |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Returns a localized string from the language bundle for the key passed. |