Why isn't the language selector displaying in my Dawn theme?

Hi there community, im trying to display language selector, i have spanish set up like default language, and got english active on admin panel with a subdomain and folders like this /en-gb/ - /en-us/ - /en-ca/ - /en-au/

but when i enable selector on footer (language) it don’t display nothing (div:empty).

(ADMIN PANEL IN SPANISH, selected lines are in order: default language - translated language)

as you can see on the picture, there is spanish set as default, and english set up in a translated language section.. so i dont know why it doesnt show up on selector. Anyway i tried on footer that code to show available language, and it shows just “spanish”

{%- for language in localization.available_languages -%}

{{ language.name }}

{%- endfor -%}

what’s going on with that issue?? thanks in advance to anyone.

You need to install the translation app

1 Like

Is possible to add it without app?? Manually with export csv?

Hi @SHIBdev ,

Try to check these 2 issues.
First: Did you check on sour live to see if you have this problem?
Second: You try to duplicate your live theme sour. Then you check on the share preview link to see if it works?
If one of the two methods above shows language, it may be related to your domain.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

my god.. i just have to manage it on markets, and add it on spanish market, anyway thanks for your help!

for anybody needs it, just go to markets, your default market and then add secondary language there.

2 Likes