From a5ee5ae9b716f28cb41cc024926e60779f22f5df Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 4 Feb 2025 13:15:33 +0100 Subject: [PATCH] Add section regarding Document Types --- .../fundamentals/data/dictionary-items.md | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/14/umbraco-cms/fundamentals/data/dictionary-items.md b/14/umbraco-cms/fundamentals/data/dictionary-items.md index 12490269c5e..a1a596d869a 100644 --- a/14/umbraco-cms/fundamentals/data/dictionary-items.md +++ b/14/umbraco-cms/fundamentals/data/dictionary-items.md @@ -54,26 +54,6 @@ It will only be possible to edit the language(s) that the given user has access Which language a user has access to is determined by the "Language permissions" set on the User Group. Learn more about this feature in the [Users](users.md#creating-a-user-group) article. {% endhint %} -## Using Dictionary Values in Document Types - -In some cases, you might want to render the dictionary values in the Document Type. This is to display the labels depending on the language configured for the logged-in user. - -To use dictionary values in the Document Type, follow these steps: - -1. Go to the **Settings** section. -2. Open the Document Type where you want to use the Dictionary value. -3. Locate the label and type `#MyDictionaryKey`. For example: `#Welcome` or `#WelcomeDescription`. - -

Using Dictionary Value in Document Type

- -4. Click **Save**. -5. Go to the **Content** section. -6. View the content node using the Welcome property. The property will display the dictionary value per the user's configured backoffice language. - -{% hint style="info" %} -You can translate tabs and property groups in the backoffice as well. For more information, see [How to Translate Umbraco Backoffice Document Types](https://www.youtube.com/embed/OayHhOf47LA?si=iRZ7NE-ckv9LjrSv) video. -{% endhint %} - ## Fetching Dictionary Values in the Template To fetch dictionary values in the template, replace the text with the following snippet: