doc / ch.tutteli.atrium.reporting.translating / ITranslator / translate

translate

abstract fun translate(translatable: ITranslatable): String

Returns the translation of the given translatable or its getDefault in case there is not a translation defined for it.

Parameters

translatable - The ITranslatable which shall be translated.

Return
The result of the translation for the given translatable.