Official 11ty docs
Internationalization (i18n) — Eleventy
10 posts in 'Internationalization'
🛳️ Migrating my website from Next.js to 11ty
May 14, 2024
by Conor C. Peterson (1 post) · Website
Categories: InternationalizationMigrating to Eleventy
Building a Localised Site with 11ty, Sanity & Netlify
In this article, we'll explore how I built a localised website for a client of mine using 11ty, Sanity, and Netlify.
May 3, 2024
by Ryan Gittings (3 posts) · Website
Categories: CMSHow to...Internationalization
Generating a static blog with Eleventy
From 0 to minimal blog using 11ty. I tell you the steps I took to create the minimal technical basis for this website's content.
Dec 23, 2023
by Tobias Fedder (5 posts) · Website & RSS feed
Categories: BloggingCollectionsConfigurationInternationalizationLayouts
Building a multi-language Taylor Swift Fan Site with CloudCannon and Eleventy (Zach's version)
A post by Zach Leatherman (zachleat)
Dec 22, 2023
by Zach Leatherman (44 posts) · Website & RSS feed
Categories: CMSHow to...InternationalizationPluginsYouTube
Internationalization with Eleventy 2.0 and Netlify
Along with a lightning talk at TheJam.dev 2023, I explain how internationalization works with Eleventy 2.0, building out a simple starter project.
Feb 21, 2023
by Lene Saile (6 posts) · Website & RSS feed
Categories: Internationalization
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
Hassle-free internationalization with Eleventy 2.0 and Netlify
YouTube video
Feb 1, 2023
Categories: How to...InternationalizationNetlifyDeployment
I18n of URLs
Zach Leatherman asked what style of internationalization you'd prefer (explicit or implicit) and my response just doesn't fit in 280 characters.
Jul 8, 2022
by Raphael Höser (4 posts) · Website & RSS feed
Categories: InternationalizationHow to...
Eleventy (11ty) setup for multilingual component-based flexible pages
How to setup Eleventy (11ty) static site generator to create landing pages or one page websites with page content splitted in serveral files using reusable UI components
Mar 11, 2022
by Andrea Berardi (1 post) · Website
Categories: InternationalizationHow to...
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
Internationalization And Localization For Static Sites
Internationalization and localization is more than just writing your content in multiple languages. You need a strategy to determine what localization to send, and code to do it. You need to be able to support not just different languages, but different regions with the same language.
Nov 4, 2020
by Sam Richard (1 post) · Website & RSS feed
Categories: Internationalization
Language switcher for multilingual JAMstack sites
Following my blogpost on multilingual websites with Eleventy, I had several questions about how to build a language switcher. Here is the approach I generally use.
Sep 12, 2019
by Jérôme Coupé (9 posts) · Website & RSS feed
Categories: InternationalizationHow to...