Good day 

Sorry for the miss understanding. I want to be left with the Login
option and the change password option only. I do not want the language
option at all.

Thanks in advance
Mamakwa Sefiri

-----Original Message-----
From: Richard Hinkamp - BeSite [mailto:[EMAIL PROTECTED] 
Sent: 11 April 2006 08:45 AM
To: Development community of OTRS.org
Subject: Re: [dev] want to remove the Language completely part on the
loginwindow, please advice.

In the config file, add:

$Self->{PreferencesGroups}->{Language}->{Activ} = 0;

That disables language select in preferences, not sure if it disables in

login too.

Furthermore I have this in my Config:

$Self->{DefaultLanguage} = 'nl';
$Self->{'DefaultUsedLanguages'} =  {
     'nl' => 'Nederlands'
};

So my default language is set to NL and NL is the only language 
available in the system, so no other language can be used.

Regards,
Richard
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to