I’m experiencing an issue with localization in my Webflow project. The footer component is displaying correctly in the default language, but it is not visible at all when I switch to the second language.
Here’s what I’ve already checked:
The footer is a symbol/component used across all pages.
The footer is properly placed in the layout for both languages.
No visibility settings (like display: none) are applied conditionally.
The language switch works fine for other components on the page.
Has anyone else encountered this issue? Is there a setting or workaround I might be missing?
I’d really appreciate any help or suggestions. Thanks in advance!
On the localized page, try right-click revert that main-wrapper [3] to normal.
I suspect the component will appear, and then you can re-localize the individual sections.
I generally don’t localize containers, because effectively you’re saying “freeze and translate this whole section”. If you add a component later to the primary locale, it’s likely that won’t inherit because that main-wrapper’s entire structure is “frozen”.
@memetican
Thank you so much for the guidance but still i am facing issue in localization. I changed the image using props. now, when I open the spanish version english version image is visible but as soon as i select the component the spanish version image gets visible.
could you please help me with this. I am using localization for the first time.
You can see you’ve localized the component as in right click localize [1], so the text is
Spanish. But the component property is not localized. You need to select your localized image there to override the default one.