0
cictan created
We want to change the API return message to another language, we have already changed the default language, it shows our default language e.g. french on our admin angular site, however, our API still return English error messages, how can we fix this so that the API can return french messages? Thanks,
1 Answer(s)
-
0
Hi,
You can take a look at https://aspnetboilerplate.com/Pages/Documents/Localization#asp-net-core. So, you can the language code properly to get requested result.