Translate text in the Kernel\System\Web\InterfaceAgent.pm

Moderator: crythias

Locked
doankhoavy
Znuny newbie
Posts: 1
Joined: 23 Apr 2011, 08:37
Znuny Version: 3.x

Translate text in the Kernel\System\Web\InterfaceAgent.pm

Post by doankhoavy »

Hi All,

I'm new OTRS,

I don't know how to translate text message in the Kernel\System\Web\InterfaceAgent.pm

for example

# show logout screen
$LayoutObject->Print(
Output => \$LayoutObject->Login(
Title => 'Logout',
Message => 'Logout successful. Thank you for using OTRS!',
%Param,
),
);

I want to translate message 'Logout successful. Thank you for using OTRS!'

I put 'Logout successful. Thank you for using HelpDesk!'=> 'abc ..................', the the my language file but it not work for me

Please help me.

Thanks so much
Locked