Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Barish Sever 20 posts 123 karma points
    Nov 19, 2018 @ 07:59
    Barish Sever
    0

    change ui language on media management screen

    Hello,

    I am trying to change or edit UI language on back office which I have partially accomplished through the xml files. However, I couldn't edit some labels on media screen like "Upload image", "Width", "Height", etc. Please see the screenshot.

    Thank you in advance. enter image description here enter image description here

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Nov 19, 2018 @ 10:10
    Kevin Jump
    100

    Hi,

    Those values are part of the media item definition, so are set within umbraco - namely the media types folder in settings.

    If you just want them to be right for one language you can just change the name of the items (keeping the aliases the same) or if you want them to be correct depending on the language the user logs in with you can make them dictionary items.

    Changing the name of an item to start with a # e.g #imageWidth and then creating dictionary itema with that name will make umbraco use the dictionary item value for the users language as the text for the label.

    Labels with # value

    Dictionary Items

    if this works you should see the change in media :

    enter image description here

  • Barish Sever 20 posts 123 karma points
    Nov 19, 2018 @ 11:39
    Barish Sever
    0

    I have followed your instruction and worked. Thank you for the quick reply.

Please Sign in or register to post replies

Write your reply to:

Draft