Interface TemplateI18nHandler
-
- All Known Implementing Classes:
DefaultTemplateI18nHandler
public interface TemplateI18nHandler
Handles i18n inPageTemplate
s.- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
translate(Message message)
Translate a template i18n message to the correct String for the current site language.
-