TranslatableWithArgs
A Translatable which contains placeholders for arguments.
Parameters
The Translatable as such which contains placeholders and for which translations can be been defined.
The arguments which should be used to substitute the placeholders of the translatable.
Constructors
Creates a TranslatableWithArgs with the given translatable and its one and only argument.
Creates a TranslatableWithArgs with the given translatable, the first argument arg1 and the second argument arg2.
Creates a TranslatableWithArgs with the given translatable, the first argument arg1, the second argument arg2 and the otherArgs.
Properties
The arguments which should be used to substitute the placeholders of the translatable.
The id of this Translatable -- per default it is "KClass.fullName ID_SEPARATOR" without the spaces.
The name of this Translatable -- the name together with its KClass.qualifiedName should identify a Translatable (see id).
The Translatable as such which contains placeholders and for which translations can be been defined.
Functions
Returns the default representation of this Translatable.