Language - Configuration

How to set up LibDoc’s internationalization texts of user interface

Last modified 2025-07-31

ITADS

LibDoc’s UI language can be set through text strings as keys into _data/libdocMessages.json. This can be easily extended with more languages.

settings.json defines the language applied at build time for the UI on the entire website.

Here is the list of available languages for the version 0.11.0:

Example of settings.json file with french language set:

{
    "lang": "fr"
}