
Hi guys, I've been trying to change the default language of frontend pages, but whatever I put in Framework->Core->DefaultLanguage , all the login pages are always shown in english and the default language for newly created users and customers is english as well. Thank you in advance -- Claudio Tassini

Hi Claudio,
You define your defaul language by copying the following lines from to
/opt/otrs/Kernel/Config/Defaults.pm to /opt/otrs/Kernel/Config.pm
# default language
# (the default frontend language) [default: en]
$Self->{DefaultLanguage} = 'en';
Where 'en' is your desired default language
Leonardo Certuche
On 18 March 2010 15:24, Claudio Tassini
Hi guys,
I've been trying to change the default language of frontend pages, but whatever I put in Framework->Core->DefaultLanguage , all the login pages are always shown in english and the default language for newly created users and customers is english as well.
Thank you in advance
-- Claudio Tassini
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
participants (2)
-
Claudio Tassini
-
Leonardo Certuche