---
name: webiny-admin-languages-catalog
context: webiny-api
description: >
  admin/languages — 2 abstractions.
---

# admin/languages

## How to Use

1. Find the abstraction you need below
2. You MUST read the source file to get the exact interface and types!
3. Import: `import { Name } from "<importPath>";`

## Abstractions

---
**Name:** `LanguageDto`
**Kind:** type
**Import:** `import type { LanguageDto } from "webiny/admin/languages"`
**Source:** `@webiny/languages/admin/features/listLanguages/index.ts`

---
**Name:** `useLanguages`
**Import:** `import { useLanguages } from "webiny/admin/languages"`
**Source:** `@webiny/languages/admin/presentation/hooks/useLanguages.tsx`

---
