{% raw %} {% extends "mote/element/index.html" %} {% load mote_tags %} {% block codeblock %}

Language Navigation

A language selection bar appears before the page header. For sites with more than 2 (two) languages: the site will show two languages with a more button that jumps the user to the bottom of the page to reveal the rest of languages.

            
                
                  {% render element %}
                
            
        

Language Navigation Variation

A language selection bar appears before the page header. For sites with more than 2 (two) languages

            
                
                  {% render element.aspect.basics.languages.language-list-center %}
                
            
        

Language Navigation Dropdown toggle

A language selection bar appears before the page header. For sites with more than 2 (two) languages the list is shown in a dropdown

            
                
                  {% render element.aspect.basics.languages.language-list-dropdown %}
                
            
        

Language Navigation Variation

A language selection bar appears before the page header

            
                
                  {% render element.aspect.basics.languages.language-list-text_decorated %}
                
            
        

Language Navigation with Label

A language selection bar appears before the page header

            
                
                  {% render element.aspect.basics.languages.language-list-with_label %}
                
            
        
{% endblock %} {% endraw %}