All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface multilizer.StringTranslator

public interface StringTranslator
A interface to translate strings.


Method Index

 o translate(String)
Returns the translation of the given string in the active language.

Methods

 o 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