All Packages Class Hierarchy This Package Previous Next Index
Interface multilizer.StringTranslator
- public interface StringTranslator
A interface to translate strings.
-
translate(String)
- Returns the translation of the given string in the active language.
translate
public abstract String translate(String str)
- Returns the translation of the given string in the active language.
- Parameters:
- str - the native string to be translated
All Packages Class Hierarchy This Package Previous Next Index