# 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')
```
