Quote:
Originally Posted by J98680B2423E
Those parts are likely system related (i.e depend on how your server is configured). You can open the following files:
"upload/nominate_topic.php"
"upload/includes/functions_nominate_topic.php"
"upload/includes/cron/nominate_topic_cron.php"
and search for:
Code:
$month_name = strftime("%B", ...)
|
Ok, i see. So if my host was set to "answer" to the php strftime in english, it will be used the english, right? Is there a way to "force" the script or the server to answer in other language, like portuguese (pt-BR)?
In Apache Environement, there is a setting like this:
HTTP_ACCEPT_LANGUAGE pt-BR,pt;q=0.9,en;q=0.8
Can i use setlocale to do something like this?