XLocalizer 1.0.0-preview1

This is a prerelease version of XLocalizer.
There is a newer version of this package available.
See the version list below for details.
dotnet add package XLocalizer --version 1.0.0-preview1
NuGet\Install-Package XLocalizer -Version 1.0.0-preview1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XLocalizer" Version="1.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XLocalizer --version 1.0.0-preview1
#r "nuget: XLocalizer, 1.0.0-preview1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XLocalizer as a Cake Addin
#addin nuget:?package=XLocalizer&version=1.0.0-preview1&prerelease

// Install XLocalizer as a Cake Tool
#tool nuget:?package=XLocalizer&version=1.0.0-preview1&prerelease

Save ~99% of development on localization of Asp.Net Core web applications.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on XLocalizer:

Package Downloads
XLocalizer.DB

Database provider for XLocalizer.

XLocalizer.TagHelpers

LocalizeTagHelper for XLocalizer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 21,702 4/15/2021
1.0.2 1,266 1/6/2021
1.0.1 463 1/1/2021
1.0.0 4,173 11/12/2020
1.0.0-rc.1 215 11/5/2020
1.0.0-preview3 654 8/24/2020
1.0.0-preview2 584 7/27/2020
1.0.0-preview1 516 7/26/2020

- Supports .net core 2.0, 2.1, 3.0, 3.1, 5.0
- Built-in support for localization based on .resx, .xml
- DB based localization (required XLocalizer.DB)
- Auto online translation support
- Auto add missing keys to XML or DB
- Export resources from XML to .resx easily with built-in resource exporter
- IXResourceProvider interface to implement localizaton based on custom file types
- IXResourceExporter interface to implement custom exporters to export from custom file types to .resx
Release notes: https://github.com/LazZiya/XLocalizer/releases