Sep 12 2023 05:17 AM
We have gone through all the settings we can imagine in both OWA and the desktop version - this is an example og what it looks like
"Kalender" (Danish) an "Calendar" (English)
what are we missing ?
Sep 12 2023 05:43 AM
Sep 12 2023 05:46 AM - edited Sep 12 2023 05:47 AM
Do this command in powershell:
Connect-ExchangeOnline
Get-Mailbox <email of other user> | Get-MailboxRegionalConfiguration
Result wil ldisplay probably "en-GB".
To change it:
Get-Mailbox <mail of the user> | Get-MailboxRegionalConfiguration |Set-MailboxRegionalConfiguration -Language en-BE
Replace the user and replace the value in language by what you need, I don't know the value but probably something similar to "dk-DK"?
Wait a bit for replication, usually it was modified in the outlook of other people the next day for my tenant
Sep 14 2023 02:15 AM
Sep 14 2023 03:01 AM
SolutionI would say try to replace the language via pwoershell. I found an article for a sharedmailbox to change to Danish...
https://w365.dk/index.php/2021/07/28/change-language-of-a-shared-mailbox-in-exchange-online/
Sep 18 2023 12:17 AM