AngularJS - retrieving a translation by key
# help-with-umbraco
d
Hello! In one of my projects, I need to translate some UI elements from the umbraco backoffice. To do this, I loop through the result of the documentation method: dictionaryResource.getList() My question is, is there a way to translate it by passing the name of the key as a parameter? There's nothing in the documentation, but since it's a bit old, maybe it hasn't been added... thanks in advance! https://apidocs.umbraco.com/v13/ui/#/api/umbraco.resources.dictionaryResource
Anyone?