This library allows translation from a service using cached XML files based translations for an ASP.NET Core project.
Info
Version: | 1.1.0 |
Author(s): | Jean Collas |
Last Update: | Sunday, July 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jeancollas/MD.Translations |
NuGet Url: | https://www.nuget.org/packages/MD.Translations.XmlFiles |
Install
Install-Package MD.Translations.XmlFiles
dotnet add package MD.Translations.XmlFiles
paket add MD.Translations.XmlFiles
MD.Translations.XmlFiles Download (Unzip the "nupkg" after downloading)
Dependencies
- MD.Translations.Abstractions(>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.4)
- Microsoft.Extensions.FileProviders.Embedded(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
Tags