You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration/environmentvariables.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,17 @@ You can also generate builds on your continuous integration, then deploy them an
186
186
```
187
187
188
188
`SITE_DEFAULT_LANGUAGE`
189
-
This is a runtime environment variable that sets the `config.settings.defaultLanguage`, allowing you to specify the default language of a site. It needs to match the default language that is configured in the backend's Language control panel.
189
+
```{versionremoved} Volto 19
190
+
This environment variable was removed in Volto 19.
191
+
Instead, Volto uses the default language configured in the backend.
192
+
```
193
+
194
+
```{seealso}
195
+
See {ref}`multilingual configuration in Volto <multilingual-volto-configuration-label>`.
196
+
```
197
+
198
+
This is a runtime environment variable that sets the `config.settings.defaultLanguage`, allowing you to specify the default language of a site.
199
+
It needs to match the default language that is configured in the backend's {guilabel}`Language` control panel in {guilabel}`Site Setup`.
0 commit comments