public class Translation
extends java.lang.Object
Constructor and Description |
---|
Translation(java.lang.String sourceTerm,
java.util.Locale targetLocale,
java.lang.String translation) |
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Returns the locale of the translation
|
java.lang.String |
getSourceTerm() |
java.lang.String |
getTranslation() |