As per this link: https://github.com/edx/edx-platform/wiki/Internationalization-and-localization
Edx is still showing in english .. to be exact, I did the following items:
1- created a ~/.transifexrc file as root
2- added those items to it:
[https://www.transifex.com]
hostname = https://www.transifex.com
username = user
password = pass
token =
3- switched to edxapp environment
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
4- changed the language code LANGUAGE_CODE = 'ar'
in lms/envs/common.py
5- pulled all the translation files:
$ paver i18n_robot_pull
Now, what shall be done, as the web interface still shows in English.