RE: [dev] want to remove the Language completely part on the loginwindow, please advice.

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:richard@besite.nl] 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

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.
I don't know if it's possible to achieve that in the config, I use a custom login page with no language select. See docs @ otrs.org for that. Regards, Richard
participants (2)
-
Mamakwa M. Sefiri
-
Richard Hinkamp - BeSite