HasTranslationContext

API

HasTranslationContext.java
interface HasTranslationContext {
  TranslationContext getTranslationContext()     (1)
}
1 getTranslationContext()

The context to use when translating text, as ultimately passed through to org.apache.causeway.applib.services.i18n.TranslationService#translate(TranslationContext, String) .

Members

getTranslationContext()

The context to use when translating text, as ultimately passed through to org.apache.causeway.applib.services.i18n.TranslationService#translate(TranslationContext, String) .