Hello,
I have just installed Alfresco 5d CE on Ubuntu 15.04 running with Nginx 1.6.
For this installation I would like to turn off the browser language detection and only keep EN as the default language.
For this I went to lots of articles:
https://forums.alfresco.com/forum/developer-discussions/language-packs/changing-default-language-04012008-1208#comment-form
http://stackoverflow.com/questions/15872540/how-to-force-alfresco-share-use-only-one-language-independent-from-browsers-loc
https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/solved-daily-email-notification
In the end I tried updating startup.sh with:
export JAVA_OPTS="${JAVA_OPTS} -Duser.country=US -Duser.region=US -Duser.language=en"
But this or all other options weren't working for me.
I sthere anything different in version 5?
Thanks in advance
Chris