public final class FndTranslatableText
extends java.lang.Object
Constructor and Description |
---|
FndTranslatableText(java.lang.String id,
java.lang.String text,
java.lang.String pkg)
Creates a new instance of FndTranslatableText
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
translate(java.lang.String... p1)
Get the translated text from this instance.
|
public FndTranslatableText(java.lang.String id, java.lang.String text, java.lang.String pkg)
id
- Text identifier, unique within the Java package defining it.text
- The 'prog' text value.pkg
- The Java package defining the translatable text.