Package com.luciad.util
Interface ILcdStringTranslator
- All Known Implementing Classes:
TLcdCompositeStringTranslator
public interface ILcdStringTranslator
Interface that defines a translator for text.
-
Method Summary
-
Method Details
-
translate
Returns the translation of the given string.- Parameters:
aOriginalString
- The string to translate.- Returns:
- The translated string
- Throws:
IllegalArgumentException
- when no translation is found
-