Click here to Skip to main content
15,895,667 members
Articles / General Programming / Localization

Localizing ASP.NET Core MVC Applications from Database

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
29 Nov 2022CPOL25 min read 10.3K   153   4  
Maintain your localization data in SQL Server
In this article, you will learn how to maintain your localization data in SQL Server. The component presented here – MvcDasboardLocalize – encompasses a database driven localization solution that uses a memory-loaded cache for performance, as well as a dashboard to enter and maintain localization data. It also offers some unique features not found in resource file based localization.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect AREBIS
Belgium Belgium
Senior Software Architect and independent consultant.

Comments and Discussions