You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adress and everything regarding the localization is set to Germany
Steps to reproduce
Using Magento2 for a german setup I configured the Store with the settings (3. > 5.) mentioned above.
Comparing to Magento1 I expected the date & time formatting to change automatically, based on the default country. But instead the default formatting of en_US is used by Magento.
For Example: New Customer / Birthday (Birthday = "Geburtstag")
Expected result: 14.09.2016 (as seen in Magento 1.9)
Expected result: 24. Sept. 1987
Date & Time formatting should change, based on the default country setting
Actual result
Magento keeps formatting it the en_Us way.
Additional Info
We had a similar problem regarding formatting the currency (EUR). Magento2 ignored our german configuration and formatted the price in en_US. Overwriting the getlocale variable within the zend-framework to DE for the currency did the trick, but not for formatting the date.
I don't know whether I missed some important settings or it's a Magento Bug.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Thanks for reporting. We already have this issue here #6350 so I will close this one because of duplication. You can watch progress on #6350 if you need.
Preconditions
Steps to reproduce
For Example: New Customer / Birthday (Birthday = "Geburtstag")
Expected result: 14.09.2016 (as seen in Magento 1.9)
Expected result: 24. Sept. 1987
Expected result
Date & Time formatting should change, based on the default country setting
Actual result
Magento keeps formatting it the en_Us way.
Additional Info
We had a similar problem regarding formatting the currency (EUR). Magento2 ignored our german configuration and formatted the price in en_US. Overwriting the getlocale variable within the zend-framework to DE for the currency did the trick, but not for formatting the date.
I don't know whether I missed some important settings or it's a Magento Bug.
Thank you in advance!
The text was updated successfully, but these errors were encountered: