trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: September 2018

Re: UPDATE: switch language setting for one program instantly - was: [change TDE language setting instantly]

From: deloptes <deloptes@...>
Date: Thu, 13 Sep 2018 20:03:15 +0200
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