Package com.persequor.extension.frontend
Interface IString
public interface IString
-
Method Details
-
getText
- Returns:
- the original base text without any translation or token replacement
-
getTokens
- Returns:
- the tokens to replace into the text/translated text
-
getType
- Returns:
- whether this IString is translatable or not
-
getTextWithTokens
- Returns:
- the text with tokens replaced, but without any translation
-