For the complete documentation index, see llms.txt. This page is also available as Markdown.

Languages

Default and supported project languages.

Where: Project β†’ Settings β†’ Languages Β· /projects/<project>/settings?tab=Languages

Set the languages the project works with. Modules that render user-facing content β€” email, push and SMS templates β€” use them for localized variants.

Screenshot TODO β€” capture comes from testing-plan area 17-project-settings.

Fields

Field
What it does

Default Language

A dropdown. The default is used for all new content items and for the project's public API when no language is given.

Supported languages

A badge list. Edit opens the language picker to add a language; removing a badge removes the language. Both changes save immediately and show "Project settings updated".

The default language is also available in templates as the @Model.Project.DefaultLanguage binding β€” see Bindings.

Use it from code

See Account & Projects β†’ Projects.

API reference

Endpoints: update-project-default-language, update-project-languages.

Last updated