diff --git a/content/content-management/multilingual.md b/content/content-management/multilingual.md index 420c6d676..94ecd9d71 100644 --- a/content/content-management/multilingual.md +++ b/content/content-management/multilingual.md @@ -192,6 +192,19 @@ The above can be put in a `partial` (i.e., inside `layouts/partials/`) and inclu The above also uses the [`i18n` function][i18func] described in the next section. +## List All Available Languages + +`.AllTranslations` on a `Page` can be used to list all translation including itself. Called on the home page it can be used to build a language navigator: + + +{{< code file="layouts/partials/allLanguages.html" >}} +