Pisini, John wrote:
Does anyone know where the documentation for tdecmshell is or even the old KDE version from way back? I tried searching for it and couldn't find it.
This is just two files! It looks like it talks to dcop from what I see.
http://mirror.git.trinitydesktop.org/cgit/tdelibs/tree/tdecmshell
It says
const TQCString lang = args->getOption("lang"); if( !lang.isNull() ) TDEGlobal::locale()->setLanguage(lang);
so when I run
tdecmshell --lang en_US language
I see window title and buttons in english, but the dialogs are shown in the whatever language is set.
regards