Skip to content

Commit e0ae57f

Browse files
committed
updated two step process to three steps
1 parent 5513a66 commit e0ae57f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

16/umbraco-cms/fundamentals/data/defining-content/document-type-localization.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@ When defining a Document Type, you can apply localization to:
1313
* Custom property validation messages.
1414
* Tab and group names.
1515

16+
Setting up localization for Document Types is a three-step process:
17+
* Register the Document Type localization Files via [a new manifest 'umbraco-package.json' file](../../../customizing/extending-overview/extension-types/localization.md#registering-localization).
18+
* Create the localizations in [user defined Document Type localization files](../../../customizing/extending-overview/extension-types/localization.md#the-localization-file).
19+
* Apply the localizations to the Document Type.
20+
1621
{% hint style="info" %}
1722
Everything in this article also applies to defining [Media Types](../../backoffice#media-types) and [Member Types](../../backoffice#member-types).
1823
{% endhint %}
1924

20-
## Register Document Type localization Files
25+
## Registering Document Type localization Files
2126

2227
To register Document Type localizations, you must create a new manifest using an `umbraco-package.json` file.
2328

0 commit comments

Comments
 (0)