From cc4368ba54008b5fa0832694eed2dc346f7ceb61 Mon Sep 17 00:00:00 2001 From: SilentFlameCR Date: Tue, 21 Nov 2023 10:46:56 -0500 Subject: [PATCH] added wording to explain default language a little more concisely in sample.env --- sample.env | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.env b/sample.env index 64bec29798..b5b7967374 100644 --- a/sample.env +++ b/sample.env @@ -73,6 +73,7 @@ REDIS_URL= # Define the default locale language code (i.e. 'en' for English) from the following list: # [en, ar, fr, es, fa_IR] +# The DEFAULT_LOCALE setting specifies the default language, overriding the browser language which is always set. # More information: https://docs.bigbluebutton.org/greenlight/v3/install/#default-locale-setup #DEFAULT_LOCALE=en