Localization usage over the web app #61
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
up-for-grabs
Is your feature request related to a problem? Please describe.
It would be nice to use
Localizer["Example_string"]
instead ofExample_String
all over the web app.Describe the solution you'd like
Replace all the occurrences of strings with the
Localizer
.Additional context
See:
TodoList/TodoList.Web/Views/Todos/Home.cshtml
Line 7 in c401f9c
The text was updated successfully, but these errors were encountered: