---
title: "With interpolation Example"
description: "Extracted example from ctx.t()"
---

# ctx.t()

## With interpolation

```ts
ctx.message.success(ctx.t('Processed {{count}} rows', { count: rows.length }));
```
