title | weight |
---|---|
Binary Translation |
140 |
From v2.3 Notepad++ supports the multi-language functionality by means of a translated xml file (from english.xml).
- Get english.xml translate it to your language, rename it to
nativeLang.xml
. - Copy
nativeLang.xml
into%APPDATA%\Notepad++\localization
orNotepad++_Install_Dir\localization
according the installation package you use. Createlocalization
if it doesn't exist. - (Re)Launch Notepad++ - now Notepad++ should display your language.
For modifying an existing xml files, here is the way to visualize your modification efficiently. If your language doesn't exist yet, the fowlowing method won't work.
- Download the language you want to modify, let's say
french.xml
, andenglish.xml
as well. - Copy 2 files into
%APPDATA%\Notepad++\localization
orNotepad++_Install_Dir\localization
according the installation package you use. Createlocalization
if it doesn't exist. - Relaunch Notepad++ then launch Preferences dialog, you should see at least English & French in
Localization
combobox. - Open
french.xml
in Notepad++ from the folderlocalization
, modify it, save it and switch from English to French via combobox. You'll see your modification on UI of Notepad++ normally.