Skip to content

Commit b66b7d6

Browse files
authored
Merge pull request #7059 from jonathoncove3/patch-1
Update itagquery.md
2 parents 4b423cd + 82ce4ae commit b66b7d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

13/umbraco-cms/reference/querying/itagquery.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
1414
@inject ITagQuery _tagQuery;
1515
```
1616

17-
After this you can use `_tagQuery` to access the `ITagQuery`.
17+
After this, you can use `_tagQuery` to access the `ITagQuery`.
18+
19+
If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
1820

1921
If you're using it in controllers, you can inject it into the constructor like so:
2022

0 commit comments

Comments
 (0)