Copied to clipboard

Flag this post as spam?

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


  • Klaus Kunath 20 posts 119 karma points
    Apr 05, 2022 @ 13:09
    Klaus Kunath
    0

    Change backend language

    Hallo, how can I change the backend language in german? Perhaps in the appsettings.json?

    Thaks for your help

  • Kevin Jump 2342 posts 14889 karma points MVP 8x c-trib
    Apr 05, 2022 @ 15:32
    Kevin Jump
    1

    Hi,

    yes ,

    the UI language for individual users is set in the back office .

    enter image description here

    but the global ui language (so what the Login screen shows or what gets assigned to new users) is indeed in the appsettings.json file.

      "Umbraco": {
        "CMS": {
          "Global": {
            "DefaultUILanguage": "fr"
          }
        }
      },
    

    Once a user is setup , it doesn't matter what you do to the default language setup, they will remain at the language on their account

  • Klaus Kunath 20 posts 119 karma points
    Apr 06, 2022 @ 08:25
    Klaus Kunath
    0

    Thanks, I couldn't find anything about this in the documentation.

  • Ambert van Unen 175 posts 819 karma points c-trib
    Apr 06, 2022 @ 12:03
  • Klaus Kunath 20 posts 119 karma points
    Apr 06, 2022 @ 13:26
    Klaus Kunath
    0

    Thanks for your hint.

Please Sign in or register to post replies

Write your reply to:

Draft