For an export site, multilingual is not optional. InnoCMS provides content-level i18n: each catalog, article and page stores per-language titles, body copy and SEO fields.
How it works
- Fill in translations per language in the admin
- Frontend URLs carry a locale prefix automatically, e.g.
/en/articles - The language switcher jumps to the matching translation; each locale is indexable on its own
Simplified Chinese and English are enabled by default; add or remove languages in the admin as needed.