All Invantive products are multilingual You can therefore request a text with a resource that displays the message in the current language. You can also define big text blocks in advance with resources and replace them in one single go.
The value of a resource variable does not change during the processing of a template. A resource has the following notation method:
```
$R{resource}
```
Example: the value of the resource "itgen_composition" can be requested with:
```
$R{itgen_composition}
```