diff --git a/django_apps/settings.py b/django_apps/settings.py
index 405576043b42b55a3303d7c76224e95a7ded29e9..2bac3e6171bcccf71c70252232949f047aa12ef1 100644
--- a/django_apps/settings.py
+++ b/django_apps/settings.py
@@ -122,9 +122,10 @@ AUTH_PASSWORD_VALIDATORS = [
 # Internationalization
 # https://docs.djangoproject.com/en/3.2/topics/i18n/
 
-LANGUAGE_CODE = "en-us"
+#LANGUAGE_CODE = "en-us"
+LANGUAGE_CODE = "cs"
 
-TIME_ZONE = "UTC"
+TIME_ZONE = "Europe/Prague"
 
 USE_I18N = True