Interface customisation

Translations

Every text and string is created by the language file. It makes use of a placeholder in the html documents. Then, the translation file translates the placeholder with the right text.

Create translation ID

To create the translation ID, go to the translation_en.json and translation_nl.json and put the following example inside the translation table:

"INTRODUCTION_TEXT": "This is the introduction text.",

Use translation ID

To use the example translation ID, place the following text in the desired location of the .html file:

{{translation.INTRODUCTION_TEXT}}