diff --git a/config/aws.json b/config/aws.json
index a5d4243c1e9e9bab5e31c414632792558ae265d3..fbeab0071a2d2a20c249139da1a07d57ba7d9e17 100644
--- a/config/aws.json
+++ b/config/aws.json
@@ -22,10 +22,11 @@
     "en-US"
   ],
   // for amazon deployments, enable it-CH which is the trigger language
-  // for localization tests, and en-US
-  // this can be overridden by adding more to config.json on the VM
+  // for localization tests db-LB (which is a testing language where chars
+  // are inverted and reversed), and en-US.
+  // This set can be overridden by adding more to config.json on the VM.
   "supported_languages": [
-    "en-US", "it-CH"
+    "en-US", "it-CH", "db-LB"
   ],
   "locale_directory": "/home/app/code/locale",
   "express_log_format": "default",