Language - Configuration

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

2025-05-23

ITADS

settings.json defines the language applied on the entire website. Default language is english (en). Every UI text string of Eleventy LibDoc is stored as a key into _data/libdocMessages.json. This can be easily extended with more languages.

Example of settings.json file with french language set:

{
    "lang": "fr"
}