Relative Content

Tag Archive for asp.net-core-webapi

ASP.NET Core Web API project multilanguage support with database

I develop an ASP.NET Core Web API project and want to add multilanguage support. My main question is: how can I design my database to manage all my entities from 1 point for multiple languages logic, I mean 1 common entity I need for my entire entities. Also I don’t have any clue how to get language property to detect desired language from frontend project which is a react application.

Learning ASP.NET Core Web API

I’m trying to learn to create an API using ASP.NET Core Web API. So using VS2022 I created the default Weatherforecast API with Swagger enabled.