Wrong days showing in calendar date picker in Swedish languageDescriptionCalendar picker shows incorrect starting day when the user language is Swedish. In default English the issue does not occur.Steps to Reproduce 1. Make sure your instance session language is in English.2. Open any existing incident record.3. Go to section resolution information and find the date time field called as resolved.4. Click on the calendar icon.5. Verify the day and the date match (for example 7th of July 2021 is Wednesday).6. Change your session language to Swedish.7. Repeat steps 2-4 again. Notice that 7th July 2021 is shown as Thursday.WorkaroundThis problem was fixed in San Diego Patch 1. The workaround consisted in the following steps:1.) Filter the sys_ui_message table for Key=SMTWTFS AND Language=Swedish:/sys_ui_message_list.do?sysparm_query=key%3DSMTWTFS%5Elanguage%3Dsv&sysparm_view=2.) Open the record returned3.) Modify "Message" from:MTOTFLSTo:SMTOTFL4.) Save the recordRelated Problem: PRB1508603