public final class Messages extends Object
setString(String, String)
Modifier and Type | Method and Description |
---|---|
static String |
getString(String key)
Helper method, which returns a value (a translation) for the given key.
|
static void |
setString(String key,
String value)
Overrides the translation for the given key with the given value.
|
public static String getString(String key)
key
- the key that needs to be translatedpublic static void setString(String key, String value)
key
- value
- Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.