Arebis.MvcDashboardLocalize
8.1.5
dotnet new install Arebis.MvcDashboardLocalize::8.1.5
Introduction
This component contains an ASP.NET Core MVC 8 item template consisting of an area named "MvcDashboardLocalize" implementing a dashboard to manage application localizaiton on database, as well as the database definition and classes needed to localize the application.
To get started, follow these videos:
Installation
To install the project item template (to be done once per developer machine):
dotnet new install Arebis.MvcDashboardLocalize
To add the dashboard to an ASP.NET Core MVC 8 project, from the project folder:
dotnet new MvcDashboardLocalize
Or from the the solution folder:
dotnet new MvcDashboardLocalize -n <WebProjectName>
Then open the "Areas\MvcDashboardLocalize\ReadMe-MvcDashboardLocalize.html" file in a browser for further instructions.
Further reading
For a more in depth discussion of how to install and use MvcDashboardLocalize, see the article published on CodeProject:
https://www.codeproject.com/Articles/5348357/Localizing-ASP-NET-Core-MVC-applications-from-data
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.