Search Results for

    Show / Hide Table of Contents

    Gui

    This part of configuration contains information about the appearance of the application.

    Example

    <gui>
        <language name="en-us" />
    </gui>
    

    Elements

    language

    Attribute Type Description Required Version
    name string Name of the user language. Implemented languages are English ("en-us") and German ("de-ch"). X ≥1.0.0
    Back to top