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?
adding languages only for the admin ui
Moderator: mkoch227
Re: adding languages only for the admin ui
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 and adding this just below
Didn't test this though; for more complete customization you would probably need to hire a developer for help.
Code: Select all
require(HESK_PATH . 'hesk_settings.inc.php');
Code: Select all
$hesk_settings['can_sel_lang']=0;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools