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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...