<?php/* Set locale to arabic Saudi Arabia, if doesn't work test some other locale names, this is just an example */setlocale(LC_ALL, 'ar_SA');/* Test date */echo strftime("%A %e %B %Y", mktime(0, 0, 0, 12, 22, 1978));?>