A collaborative workspace app in Microsoft 365 designed to help teams co-create, stay organized, and work together in real time across apps and devices.
Hi, I have the same issue but for PT Brazilian. Would you have the same workaround?
BROWSER VERSION (Brazilian Portuguese)
Microsoft Loop (cloud.microsoft) ( https://loop.cloud.microsoft/?locale=pt-br )
PWA VERSION (Desktop WebApp)
After a long time without the proper answer/fix/feature, I've decided to investigate it.
I've ran some tests and found out that the PWA installed in my Laptop opened in pt-BR with my Work account and in en-US with my personal account.
So, after inspecting every request and opening every file (AppManifest.xml and so on...) I've found an extension that got the job done.
STEP BY STEP
- Add the Requestly Extension to your Browser.
- Open the Extension
- Create a new rule
- Use the "Query Param" type of rule
- Options
- URL
- Wildcard (Default is "Contains" you should replace it)
- https://loop*microsoft/* (PWA may use the old URL, without the .cloud.microsoft, so I've adapted this to work with both)
- Param locale
- Value en-us (en-US for English, use your desired language)
- Options
- Use the "Query Param" type of rule
- Save the Rule
- Test the rule using the following URL https://loop.cloud.microsoft/?clientType=pwa
KNOWN ISSUES
- First time you open MS Loop (PWA install for Desktop) it may open in the wrong language, press CRTL + R to refresh and it adjusts the language.
- Sometimes the Extension Rule does not work. Delete it and create a new one, it should do the trick.