Pekdon
09/26/2024, 1:39 PM@inject ILocalizedTextService textService
and trying to retrieve a dictionary/translation key like this:
<title>@textService.Localize(string.Empty, "Header.LogoTitle")</title>
however, it only prints [Header.LogoTitle].
what am I doing wrong?