Skip to content

Resource: Dictionary

The Dictionary resource is used to get the dictionary items configured in Umbraco.

Example

ts
const { data: langauges } = useUheadless('dictionary');

Options

This resource has these possible properties

PropertyDefaultTypeDescription
localecurrent or default languagestringSet the locale of the content you wan't to query for. By default it uses the currentPage if middleware is enabled. Otherwise the language defined as default in Umbraco.