Skip to content

Commit 1686e0b

Browse files
acoumbeshanrnh
andauthored
Update 15/umbraco-ui-builder/collections/localization.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent 61fbe63 commit 1686e0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

15/umbraco-ui-builder/collections/localization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ The second uses the CMS `ILocalizedTextService` to retrieve a value based on are
2020

2121
## Example
2222

23-
For a `Students` collection we would use the following fluent configuration:
23+
### Localizing a Collection
24+
25+
For a `Students` collection, use the following fluent configuration:
2426

2527
```csharp
2628
treeConfig.AddCollection<Student>(x => x.Id, "#CollectionStudents", "#CollectionStudents", "A list of students", "icon-umb-members", "icon-umb-members", collectionConfig =>

0 commit comments

Comments
 (0)