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