Forum Discussion
tsvenson
Oct 24, 2025Copper Contributor
Language defaults audit for everything M365
We are struggling to find where and how the wrong language is being used for various parts of the M365 platform. We have Swedish set as default, but still English is used for a number of places whic...
MartinLaplante
Oct 25, 2025Iron Contributor
I did a video about how to change the major SharePoint language settings a year ago. If it's not one of those, you can message me I could try to help diagnose the issue.
For Teams meetings, it's a bit more complicated. The notification depends on the language of the M365 group, which depends on the settings of the user who created it. You can override that with
Set-CsTeamsMeetingPolicy -Identity "Global" -MeetingInviteLanguages "sv-SE"
tsvenson
Oct 27, 2025Copper Contributor
Thanks. Will check your video and info. Yeah, we are zooming in on the M365 Group too.