Language command line switch not working
-
I am trying to set up shortcuts on my Windows 8.1 desktop with different languages specified(HTML, Php… ect.) with the -l command line switch and nothing seems to work. Does anyone have any suggestions?
-
I didn’t even know about that flag,
I managed to make it work by passing the language name in lowercase:
For example:
> "C:\Program Files\Notepad++\notepad++.exe" -ljavascript test.txt > "C:\Program Files\Notepad++\notepad++.exe" -lhtml test.txt
-
Thanks, that fixed it.