Language drop-down specs
To embed an automatic language drop-down to your page use the following HTML element:
<span 
    class="bs-activator" 
    [data-drop="auto|right|left|right-top|left-top"]
    [data-theme="light|dark"]
    [data-css="https://...."]
    [data-dialog-style="...."]
    ></span>The minimal code snippet is <span class="bs-activator"></span>.
Configuration attributes
Last updated