You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
some notes: I investigated the new i18n APIs in core. IStringLocalizer is mainly meant for the host to allow overriding of localizable strings. IdSvr would have to allow/inject this for its resources to allow the host to override. If the host does not, then there's a flag that shows that there's no override, so then we'd need to code for a default value. For the default value, we could then have our own set of localized resx files to provide default localized messages.
We removed it, as it was not needed in the core. The only main place that needs to localize data from the core would be on the error UI. This could then be done via the new IStringLocalizer in ASP.NET Core.
Hi, I want to replace the events, the messages and the scopes strings inside the
Resources classes.
How can I do it?
The text was updated successfully, but these errors were encountered: