Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I want to get a text from dictionary inside UmbracoAuthorizedApiController. But it always returns empty string.
UmbracoAuthorizedApiController
Here is the code that I use Umbraco.GetDictionaryValue("xxx");.
Umbraco.GetDictionaryValue("xxx");
Thank you.
I've found the issue. I set the dictionary value for en-US but the user language who accesses the page that uses the API is en-UK
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Can't get dictionary value inside UmbracoAuthorizedApiController
Hi,
I want to get a text from dictionary inside
UmbracoAuthorizedApiController
. But it always returns empty string.Here is the code that I use
Umbraco.GetDictionaryValue("xxx");
.Thank you.
I've found the issue. I set the dictionary value for en-US but the user language who accesses the page that uses the API is en-UK
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.