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,
How do I overwrite localize backoffice buttons, f.e "actions_create"?
This is returning null, but is the LocalizationService purposed for backoffice elements too? (I guess only frontend right?)
var result = _localizationService.GetDictionaryItemByKey("actions_create");
I got it working already, LocalizationService is not needed, all I had to do was adding a key into the /config/Lang/nl-NL.xml file.
<language alias="nl" intName="Dutch" localName="Nederlands" lcid="19" culture="nl-NL"> <creator> <name>The Umbraco community</name> <link>https://our.umbraco.com/documentation/Extending-Umbraco/Language-Files</link>; </creator> <area alias="actions"> <key alias="create">....</key> </area> </language>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Localize 'actions_create' button in backoffice
Hi,
How do I overwrite localize backoffice buttons, f.e "actions_create"?
This is returning null, but is the LocalizationService purposed for backoffice elements too? (I guess only frontend right?)
I got it working already, LocalizationService is not needed, all I had to do was adding a key into the /config/Lang/nl-NL.xml file.
is working on a reply...