---
title: "Type Example"
description: "Extracted example from ctx.i18n"
---

# ctx.i18n

## Type

```typescript
interface i18n: {
  language: string;
  changeLanguage(lng: string): Promise<any>;
}
```
