User logs into outlook web access but sees everything in language other than English Language
Type this powershell command to figure out current user’s language setting:
get-mailbox -id “mailboxname” | fl name, languages
to fix, type set-mailbox -id “mailboxname” -languages 1033
1033 is the code for English language-USA