Official 11ty docs
Internationalization (i18n) — Eleventy
16 posts in 'Internationalization'
2025
I spoke at THE Eleventy Meetup again; this time about building a multilingual blog.
Oct 17, 2025
by Helen Chong (7 posts) · Website & RSS feed
Categories: How to...Internationalization
My experience with making my English-Simplified Chinese bilingual personal blog with Eleventy and its official internalisation plugin.
Sep 5, 2025
by Helen Chong (7 posts) · Website & RSS feed
Categories: BloggingConfigurationDeploymentHow to...Internationalization
This is the second part of my experiment to standardize the structure of my blog using the built-in I18nPlugin
Jul 23, 2025
by Francis Beaudet (2 posts) · Website & RSS feed
Categories: How to...InternationalizationPluginsRSS
When I made my web site multilingual, I did it all manually. I decided to try using the built-in I18nPlugin to see if I could do it in a more standard way. Here's how it went.
Jul 21, 2025
by Francis Beaudet (2 posts) · Website & RSS feed
Categories: FiltersHow to...InternationalizationNavigationPlugins
I have switched to using Vento as the template engine in my websites built with Eleventy, and I love it.
May 21, 2025
by Helen Chong (7 posts) · Website & RSS feed
Categories: How to...InternationalizationNunjucks/MacrosVento
2024
CAUTION
The posts below were published before the release of Eleventy v3.0.0 (Oct 1, 2024). Information in these posts may be out of date. The current stable release is 3.12.
May 14, 2024
by Conor C. Peterson (1 post) · Website
Categories: InternationalizationMigrating to Eleventy
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 (4 posts) · Website
Categories: CMSHow to...Internationalization
How to successfully migrate an iGaming site to (dramatically) increase performance and security
Apr 4, 2024
by Nicolás Erramuspe (1 post) · Website
Categories: InternationalizationMigrating to Eleventy
2023
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 (7 posts) · Website & RSS feed
Categories: BloggingCollectionsConfigurationInternationalizationLayouts
A post by Zach Leatherman (zachleat)
Dec 22, 2023
by Zach Leatherman (55 posts) · Website & RSS feed
Categories: CMSHow to...InternationalizationPluginsYouTube
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 3.12.
YouTube video
Feb 1, 2023
Categories: How to...InternationalizationNetlifyDeployment
2022
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...
Mar 11, 2022
by Andrea Berardi (1 post) · Website
Categories: InternationalizationHow to...
2020
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 3.12.
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. Your UI needs
Nov 4, 2020
by Sam Richard (1 post) · Website & RSS feed
Categories: Internationalization
2019
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é (10 posts) · Website & RSS feed
Categories: InternationalizationHow to...