aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Resource file with out building the solution #1931

Closed Karthik2610 closed 5 years ago

Karthik2610 commented 6 years ago

Hi, I am using .net core 2.1, and i am using appsettings.json file , AppSettings key value . e.g like below "AppSettings": { "ErrorMessage": "First Name required" } When i change the "First Name required" to "First/Last Name required" it is not reflecting, it needs rebuild. Is there any other res file where we change the message with out building the application on the run.

blowdart commented 5 years ago

ASP.NET's localization is very different, and doesn't config files, or resx files.

See https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-2.1

Note that this is for UIs, it doesn't error messages that identity uses. We'll examine localization in 3.0.0