/
Custom Language Text

Custom Language Text

Included in HESK 2.7.0

This feature has been included in HESK 2.7.0. This article will be removed when Mods for HESK 3.1.0 is released.


This feature allows a user to specify custom language keys to be used anywhere in the helpdesk, such as for a translated status or custom field.

How to Use This

Create a file called custom-text.php in your folder for your language (for example, you would create a file called custom-text.php in /language/en for English), and copy and paste the code snippet below:

<?php
// Insert your custom text here. An example is below.
$hesklang['your_key_here'] = 'Your value here';

your_key_here contains the "key" value that will be used across all translations. your_value_here is the translated text that you want to appear on-screen. Once you have finished adding your custom content, save and close the file. You will need to add this file to each language you want custom text in.


Related content

Custom Ticket Statuses
Custom Ticket Statuses
More like this
Features
More like this
Rich Text Editor for Tickets
Rich Text Editor for Tickets
More like this
Mods for HESK
Mods for HESK
More like this
Ticket Table Auto-Refresh
Ticket Table Auto-Refresh
More like this
Managing Events
Managing Events
More like this