> For the complete documentation index, see [llms.txt](https://docs.saaster.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saaster.io/development/develop-with-saaster/global-functions/gettrans.md).

# getTrans()

To display the language variables from the table "system\_translations" as well as "custom\_translations", we use the function getTrans(). Let's assume you want to display the variable "txtActivateThisUser" in the corresponding language:

```cfscript
getTrans('txtActivateThisUser')
```
