Page 1 of 1

adding languages only for the admin ui

Posted: Sun Aug 05, 2018 4:23 am
by raykai
Hi,

im looking for a way to have 2 languages only for the admin UI, not the user side tho.

seeing as im better in English then French i need my French hesk to have the admin ui in English but have the user side ui in French.

any way i could get this working?

Re: adding languages only for the admin ui

Posted: Mon Aug 06, 2018 7:49 am
by Klemen
The easiest way to do that would be to have French as the default language then manually disable selecting a language in files customers use (index.php, knowldgebase.php, reply_ticket.php, submit_ticket.php, ticket.php) by finding

Code: Select all

require(HESK_PATH . 'hesk_settings.inc.php');
and adding this just below

Code: Select all

$hesk_settings['can_sel_lang']=0;
Didn't test this though; for more complete customization you would probably need to hire a developer for help.