You are not logged in.
I installed the latest version of Xinha (nightly) on my webserver.
I set the _editor_lang to "nl", so:
_editor_lang = "nl";
I made a nl file for the imagemanager too, and uploaded this to the lang dir of the imagemanager, but I still see the english text. I restarted everything, from webserver to browser, but still see English.
Do I have to change a config file of the imagemanager or something?
Offline
Try clearing the cache of the browser.
Offline
Also done, nothing happening...
Offline
Changing _editor_lang to 'nl' should be sufficient. Please double check that the file nl.js is in place (plugins/ImageManager/lang/nl.js) and that it is a valid Javascript file. (look especcially if the last entry does not have comma after it - i've had some problems in IE with such error).
Also, try changing _editor_lang to some other localized language, e.g. de or pl and check if plugin gets translated. When changing configuration/js files contents always remember to clear browser cache.
Offline