From 43db66c4814e21be3b86633f49fcafd3fe361f20 Mon Sep 17 00:00:00 2001 From: Rahul Rodrigues <rodrigues.rahul77@gmail.com> Date: Tue, 21 Nov 2023 10:59:23 -0500 Subject: [PATCH] added wording to explain default language a little more concisely in sample.env (#5553) --- sample.env | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.env b/sample.env index 64bec297..b5b79673 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 -- GitLab