v13/v14 working with the Translations dictionary?
# help-with-umbraco
p
Hello! Im trying to figure out how to get dictionary values in Umbraco 13. the officials docs says i can simply use
@Umbraco.GetDictionaryValue()
but that is incorrect, the Umbraco helper doesn't seem to be there anymore, and a quick google search is poiting me towards the
ILocalizedTextService
. But which is the correct way?
okay. it probadly still exists after all. you just have to inject it..
6 Views