doc / ch.tutteli.atrium.reporting.translating / TranslatableRawString

TranslatableRawString

data class TranslatableRawString : IRawString

Use this class to represent an ITranslatable which shall be translated and then be treated as raw String in reporting.

See Also

IObjectFormatter

Constructors

<init>

TranslatableRawString(translatable: ITranslatable)

Properties

translatable

val translatable: ITranslatable

The ITranslatable who's translation should be treated as raw String.