Relative Content

Tag Archive for asp.net-core

Asp .Net Core Api project multilanguage support with database

I develope Asp .Net Core Api project and want to add Multilanguage support , main question is how can i design my database to manage all my entities from 1 point for multilanguage logic, i mean 1 common entity i need for my entire entities. Also i dont have any clue how to get langugage property to detect wanted language from front project which is react application