AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

Change Locale #892

Closed ranouf closed 4 years ago

ranouf commented 4 years ago

Hi,

It seems possible to specify which locale we want in azure AD using ui_locales, do you know how to specify it using your library?

Thanks

sameerag commented 4 years ago

Can you try passing this in extraQueryParameters? Usage is here

jmckennon commented 4 years ago

Closing this as we're assuming this is no longer an issue. We recommend that everyone switch to msal js here for advanced features and bugfixes.