Skills Development Language Abstractions Catalog for Admin Use

Language Abstractions Catalog for Admin Use

v20260825
webiny-admin-languages-catalog
This catalog provides core abstractions for handling language data within administrative interfaces. It includes `LanguageDto` for strongly typing language records and `useLanguages` for managing language state and data fetching. Developers must import the specific abstraction needed and review the source files to understand the exact interfaces and types.
Get Skill
384 downloads
Overview

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


Info
Category Development
Name webiny-admin-languages-catalog
Version v20260825
Size 675B
Updated At 2026-09-06
Language