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

Thanks Richard it worked, I have used English as my default language -----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
participants (1)
-
Mamakwa M. Sefiri