Skip to content

Commit 8bc642d

Browse files
Update itagquery.md
1 parent 2d22e7c commit 8bc642d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ public class TagApiController : UmbracoApiController
4848
`ITagQuery` is a scoped service, meaning that it should only be injected into scoped or transient services. For more information see the official [Microsoft Documentation](https://docs.microsoft.com/en-us/dotnet/core/extensions/dependency-injection#scoped)
4949
{% endhint %}
5050

51+
52+
{% hint style="info" %}
53+
For multi lingual sites, the desired language must be provided when using `ITagQuery`
54+
{% endhint %}
55+
5156
## Examples
5257

5358
All examples are from a view using the injection shown above, but working with tags in controllers will be the same.

0 commit comments

Comments
 (0)