diff --git a/dhub/settings.py b/dhub/settings.py
index c307073..e109072 100644
--- a/dhub/settings.py
+++ b/dhub/settings.py
@@ -164,6 +164,11 @@ USE_I18N = True
 
 USE_TZ = True
 
+USE_L10N = True
+LANGUAGES = [
+    ('es', 'Spanish'),
+    ('en', 'English'),
+]
 
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/5.0/howto/static-files/