We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b423cd + 82ce4ae commit b66b7d6Copy full SHA for b66b7d6
13/umbraco-cms/reference/querying/itagquery.md
@@ -14,7 +14,9 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
14
@inject ITagQuery _tagQuery;
15
```
16
17
-After this you can use `_tagQuery` to access the `ITagQuery`.
+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`.
20
21
If you're using it in controllers, you can inject it into the constructor like so:
22
0 commit comments