When user change locale, the date and time should also be set to the proper locale when presenting such information. This is controlled inside PHP with a special settings. I believe it is setlocale()
When user change locale, the date and time should also be set to the proper locale when presenting such information. This is controlled inside PHP with a special settings. I believe it is setlocale()
Comments
Comment #1
Kjartan commentedComment #2
coreb commentedMoving from x.y.z queue to 6.x-dev.
Comment #3
cburschkaGood idea.
Comment #4
scb commentedSubscribing.
Note: In my opinion this is not a feature request, it is a bug, as date formats and names are not properly localized in multilanguage sites.
Comment #5
damien tournoud commentedThere's no bug here. setlocale() is not used for good reasons (it is process wide, so it can affect other PHP scripts is some server environments).
That's a funny one. Of course the site is localized only if the correct language is installed.
Also, see #11623: Localize date formats on some thinking on how to change the date/time *format* depending on the current language.