my application is composed by a asp.net core webapp client and a asp,net core webapi hosting the identityserver4.
I need to pass to my is4 the ui_locales to localize the login web form. How i do this ?
Thanks to this post How to pass ui_locales from AuthorizeRequest to the controller i know how to read inside the login controller but i don't know how i need to setup inside the client.
Thanks for help