Top "Asp.net-core-localization" questions

ASP.

ASP.NET Core Model Binding Error Messages Localization

I'm using ASP.NET Core, and trying to localize the application. I managed to use new asp .net core resources …

c# .net localization asp.net-core asp.net-core-localization
How to get localized string from ASP.NET Core Controller using IStringLocalizer?

Kinda confused here, super simple hello-world example of localization in ASP.Net Core 2.0. My About page is set up to …

c# asp.net-core localization asp.net-core-2.0 asp.net-core-localization
ASP.NET Core Localization with help of SharedResources

Hi I have a question about the SharedResources file. It is glanced over in the tutorial here: https://docs.microsoft.…

asp.net asp.net-core asp.net-core-middleware asp.net-core-localization
ASP.Net Core localization

ASP.Net core features new support for localization. In my project I need only one language. For most of the …

asp.net-core asp.net-core-mvc asp.net-core-localization asp.net-core-identity
ASP.NET Core DisplayAttribute Localization

According to the documentation: The runtime doesn’t look up localized strings for non-validation attributes. In the code above, “Email” (…

asp.net-core asp.net-core-1.0 displayattribute asp.net-core-localization
How to get resource strings in strongly typed way in asp.net core?

In the following program, in order to get resource strings i am using _localizer["About Title"] where "About Title" is …

c# .net asp.net-core asp.net-core-localization
The Language does not change in the ASP.NET Core Web application

I follow the Globalization and localization and Building simple multilingual ASP.NET Core website tutorials to add a language switch …

asp.net-core asp.net-core-1.1 asp.net-core-localization