
11 Apr
2006
11 Apr
'06
6:45 a.m.
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