Hi:
I'm trying to retrieve my Azure AD user info making a call to https://graph.microsoft.com/v1.0/me and I can get properties like GivenName, Mail... but also I need the preferredLanguage property and it returns null for that property. I tried with other users from my Azure AD and i's allways null.
How is mapped the property preferredLanguage? Where can I set the language of my user and get it calling the microsof graph?
Thank you
