---
name: webiny/webiny-admin-languages-catalog
source: https://app.decimal.ai/s/webiny-webiny-admin-languages-catalog@1/SKILL.md
source_sha256: 3f3b2f303e79
---

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

---