Why is form.country not default selecting in customer address change?

Hello,

I have a big problem with my template, when changing the customer address. I have a store, located in germany.

When a customer want to change his address, the country is not default selected. The problem seems to be, that the {{ form.country }} has as value “Deutschland”. But the {{ all_country_option_tags }} contains the countries in english, in this case “Germany”. When I manually set the selected option to “Germany” instead of “Deutschland” it is working fine. But it can’t fill this selected list with all countries manual.

Has anybody else this problem and a solution for it?


KR,

Sascha

Seems to be solved. I changend nothing, but it works now.