Hi, in my case I'm not sure if I'm understanding the problem well.

Do you have a different url for every language? Are the urls also
translated?

In the docs i see they use a tag to get the correct url for the given
language, but as I said, I'm not sure if that is what you want.

https://docs.djangoproject.com/en/4.1/topics/i18n/translation/#reversing-in-templates

El lun, 28 nov 2022 16:54, Dhrub Kumar Sharma <dhrubkuma...@gmail.com>
escribió:

> Hi everybody I am applying Django internalization for a multilingual site.
> I am facing a problem with making href URL dynamic instead of repeating
> same code manually.
>
> [image: url.png]
> I tried this but cant get perfect href dynamically. please help me same
> problem I am facing in language switcher href also.
>
>     {% get_current_language as LANGUAGE_CODE %}
>     {% get_available_languages as LANGUAGES %}
>     {% get_language_info_list for LANGUAGES as languages %}
>     {% get_language_info for LANGUAGE_CODE as lang %}
>     {% for lang in languages %}
>         <link rel="alternate" hreflang="{{ lang.code }}" href="/{{
> lang.code }}/">
>     {% endfor %}
>
> [image: loop.png]
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/6c5c96ea-9866-40b2-9c23-9b03d771ae7en%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/6c5c96ea-9866-40b2-9c23-9b03d771ae7en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHUWMCaTSbE%2B9fhkNxYJ9ApmRqs9nGfUXgmft8pzajHtuwgmgw%40mail.gmail.com.

Reply via email to