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
Property | Default | Type | Description |
---|---|---|---|
locale | current or default language | string | Set 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. |