listLanguages in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists languages available in the current Portal.
listLanguages in the widget’s uses list before calling it.
const languages = await listLanguages({ limit: 20 });
const listLanguages: PortalFunction<PortalPage<PortalLanguage>, PortalPageInput>