here is the answer i got to a problem i have with my website:
That is taken from the server. It's called "locale". You can read a bit about the php related things with locale here.
It involves a setting/file on the server. And in e107 you call it from your main language file. The row looks like this.
setlocale(LC_ALL, 'en');
You need to replace 'en' with the something that matches your language. However, it could be that the hosting service you use doesn't have the right settings on the server for the language you use. Ask them, they will tell you.
The problem is that my website is in romanian, but everytime i post something it looks like postat de raver la Saturday 3 december . Can you help me with this?
That is taken from the server. It's called "locale". You can read a bit about the php related things with locale here.
It involves a setting/file on the server. And in e107 you call it from your main language file. The row looks like this.
setlocale(LC_ALL, 'en');
You need to replace 'en' with the something that matches your language. However, it could be that the hosting service you use doesn't have the right settings on the server for the language you use. Ask them, they will tell you.
The problem is that my website is in romanian, but everytime i post something it looks like postat de raver la Saturday 3 december . Can you help me with this?
