Community
    • Login

    Localize Notepad++ context menu items

    Scheduled Pinned Locked Moved General Discussion
    5 Posts 3 Posters 837 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Luca L 0L
      Luca L 0
      last edited by

      I’d like to localize in Italian also context menu items:

      alt text

      How can I do this? I can’t see the string in “\Notepad++\localization\italian.xml”

      Is it missing or are them hard-coded? Can you change this please in case and make it use strings taken from \localization\ files?

      PeterJonesP Alan KilbornA 2 Replies Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Luca L 0
        last edited by

        @Luca-L-0 said in Localize Notepad++ context menu items:

        I’d like to localize in Italian also context menu items:

        The Notepad++ context-menu uses the contextMenu.xml config file. Unfortunately, it doesn’t currently use localization variables. If you want to manually edit that file, you can change the shortcut.


        Oh, wait, you are referring to the Windows Explorer context menu. That is set by the installer, which I think just inserts the raw text, rather than using a locale-ized variable from inside the Notepad executable – I know that the registry has ways of accessing localization-based data for its strings, but I don’t know how much effort it would take to make the “Edit with Notepad++” or “Notepad++: a free (GNU) source code editor” strings based on localization data. See the feature request FAQ for instructions on where to make the request for coding effort.

        1 Reply Last reply Reply Quote 0
        • Alan KilbornA
          Alan Kilborn @Luca L 0
          last edited by

          @Luca-L-0

          The Notepad++ author has recently declined to implement this. See https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7747.

          Luca L 0L 2 Replies Last reply Reply Quote 1
          • Luca L 0L
            Luca L 0 @Alan Kilborn
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • Luca L 0L
              Luca L 0 @Alan Kilborn
              last edited by

              @Alan-Kilborn
              I’ve found a workaround anyway (I put npp in ‘C:\Users\<user-name>\Util\npp’ in my case) :

              Windows Registry Editor Version 5.00
              
              [HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache]
              "C:\\Users\\<user-name>\\Util\\npp\\notepad++.exe.FriendlyAppName"="Notepad++"
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors