432160 Use "en" instead of "en-US" in language priority

Authored and Committed by areguera 4 years ago
    Use "en" instead of "en-US" in language priority
    
    - Previously, when you accessed the test page with a locale not
      supported Apache returned a forbidden error. This update changes the
      value of LanguagePriority from "en-US" to "en" to correct this issue.
      Now, when you access the test page with a locale not supported, Apache
      returns the test page in English language.
    
        
file modified
+1 -1