Hi,
I have a problem with the contextmenu which is always English. I set the language like so;
CurrentThread.CurrentCulture = ..
CurrentThread.CurrentUICulture = ..
editor.CustomCulture = System.Threading.Thread.CurrentThread.CurrentCulture.Name;
Now the editor is in Dutch except for the contextmenu which is still English... any solution?
Thank you.