You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`webiny.languages.listLanguages()` returns all **enabled** languages — disabled languages are always filtered out server-side, so no filter parameter is needed.
277
+
278
+
```typescript
279
+
importtype { Language } from"@webiny/sdk";
280
+
281
+
const result =awaitwebiny.languages.listLanguages();
0 commit comments