Contextmenu language

  •  01-20-2009, 7:30 AM

    Contextmenu language

    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.
View Complete Thread