# translate\_string

`TRANSLATE_STRING` takes a key of a custom translation and uses it within rule.&#x20;

### Example

Assume you have a custom translation with the key `legal_notice`. If you want to print this within rule, you can access it with:

```
TRANSLATE_STRING('legal_notice')
```
