How do I build a bilingual Finnish + Swedish (Suomi + Svenska) Magento storefront?
Finland has two official languages: Finnish (Suomi, ~88% of population) and Swedish (Svenska, ~5%, concentrated on the west coast, Vaasa, Turku, Pietarsaari, and the autonomous Åland Islands where Swedish is the only official language). It’s mandatory for public-sector procurement and a strong signal of professionalism for any pan-Finnish store.
Magento 2 architecture:
- Two store views under one website:
fi(Suomi) +sv(Svenska). URL structure:yourstore.fi/for Suomi (default) +yourstore.fi/sv/for Svenska (or vice versa). - Per-store-view translations, product names, descriptions, attribute labels, CMS pages, email templates, ALV labels (“ALV 25,5 %” vs “Moms 25,5 %”), checkout copy.
- Hreflang, auto-emitted by Panth_Hreflang module:
fi-FI,sv-FI, plussv-AXfor Åland if you target it separately. - Bank labels at checkout, localised to each language (“Nordea” is universal, but “OP-Pankki” vs “Andelsbanken” for OP-Bank in Swedish).
- Currency stays EUR for both; thousand separator is space (“1 234,56 €” in Finnish, “1 234,56 €” in Swedish).
Translation: we work with native Suomi + Svenska translators for the storefront strings, never machine-translation.