dawoe / OEmbed-Picker-Property-Editor

Property editor for Umbraco CMS to allow embedding 3rd party media like Youtube, Vimeo, ... outside of the rich text editor.
https://our.umbraco.org/projects/backoffice-extensions/oembed-picker-property-editor/
MIT License
10 stars 10 forks source link

Possible to have the property editor in multi lang? #10

Closed jkulker closed 3 years ago

jkulker commented 3 years ago

Hi there,

Is there a way to translate Retrieve inside Umbraco?

dawoe commented 3 years ago

Hi @jkulker

The retreive label is something configured in Umbraco. You can find it in the language files : https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml#L761

You can easily overrule that key in your own language file. See https://our.umbraco.com/Documentation/Extending/Language-Files/#user-language-files

Dave