Update multilingual.md (#1899)

defaultContentLang does not work. 
to set the the default language use: defaultContentLanguage (as written above)
This commit is contained in:
Harald Ernst 2022-11-19 16:40:12 +01:00 committed by GitHub
parent 2173ed799b
commit 2563eee45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,7 +368,7 @@ In case you need to pass a custom data: (`(dict "Count" numeric_value_only)` is
The following localization examples assume your site's primary language is English, with translations to French and German.
{{< code-toggle file="config" >}}
defaultContentLang = 'en'
defaultContentLanguage = 'en'
[languages]
[languages.en]