Answer the question
In order to leave comments, you need to log in
How to make a list of working links by changing the language?
I want to change the language of my site using links
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGE %}
{% get_language_info_list for LANGUAGE as languages %}
{% for language in languages %}
<a href="{{language.code}}{% url 'current_saite' %}">{{language.code}}</a>
{% endfor %}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question