orthanc-explorer-2

Hi. I have work installation of ORTHANC 1.8.0 on Ubuntu server.
How can I add orthanc-explorer-2 without updating ORTHANC?
I have try add plugin to plugins directory, but all web interface is not work.
And one more. How can I translate orthanc-explorer-2 to Ukrainian?

You should need to update the right version of Orthanc if you are using orthanc-explorer-2 lib built by official page. Another solution is that you can change a little bit from the code by commenting out the checking version part and rebuild lib. However, this does not guarantee every functions in orthanc-explorer-2 run correctly since it depends on the newest SDK of orthanc.

OE2 is also using the Rest API from 1.11.0: https://github.com/orthanc-server/orthanc-explorer-2/blob/master/Plugin/Plugin.cpp#L30

So it can not run with an older Orthanc version

Alain.