damienbod / AspNetCoreHybridFlowWithApi

Different ASP.NET Core applications using OpenID Connect Hybrid flow Code Flow, Code Flow with PKCE, JWT APIs, MFA examples
https://damienbod.com/2018/02/02/securing-an-asp-net-core-mvc-application-which-uses-a-secure-api/
MIT License
356 stars 70 forks source link

Problem with Localization Services #34

Open Rufistofeles opened 2 years ago

Rufistofeles commented 2 years ago

Hello there,

I'm following your project but I have a problem with the localization services.

When I run the project I'm only seeing the key from the resources but not the value.

2021-12-04_19h34_41

damienbod commented 2 years ago

Hi @Rufistofeles

This means that no translation exists for the language you use for this key. You'll can add the missing translation to the resx files in the project.

Greetings Damien

Rufistofeles commented 2 years ago

Hi @damienbod, yes I'm using the resx file for "es-mx"... I believe I've configured exactly like in your project and even I'm sending the locale from the client, but unfortunately without the same results.

Do you have any suggestion to find what I'm doing wrong?