XLocalizer 1.0.0
See the version list below for details.
dotnet add package XLocalizer --version 1.0.0
NuGet\Install-Package XLocalizer -Version 1.0.0
<PackageReference Include="XLocalizer" Version="1.0.0" />
paket add XLocalizer --version 1.0.0
#r "nuget: XLocalizer, 1.0.0"
// Install XLocalizer as a Cake Addin #addin nuget:?package=XLocalizer&version=1.0.0 // Install XLocalizer as a Cake Tool #tool nuget:?package=XLocalizer&version=1.0.0
XLocalizer package for localization of Asp.Net Core web applications, powered by online translation and auto resource creating.
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Identity (>= 2.0.4)
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.RazorPages (>= 2.0.0)
- XLocalizer.Translate (>= 1.0.0)
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.Identity (>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Localization (>= 2.1.0)
- Microsoft.AspNetCore.Mvc.RazorPages (>= 2.1.0)
- XLocalizer.Translate (>= 1.0.0)
-
.NETCoreApp 2.2
- Microsoft.AspNetCore.Identity (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Localization (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.RazorPages (>= 2.2.0)
- Microsoft.AspNetCore.Routing (>= 2.2.0)
- XLocalizer.Translate (>= 1.0.0)
-
.NETCoreApp 3.0
- XLocalizer.Translate (>= 1.0.0)
-
.NETCoreApp 3.1
- XLocalizer.Translate (>= 1.0.0)
-
net5.0
- XLocalizer.Translate (>= 1.0.0)
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 | 29,671 | 4/15/2021 |
1.0.2 | 1,356 | 1/6/2021 |
1.0.1 | 504 | 1/1/2021 |
1.0.0 | 5,254 | 11/12/2020 |
1.0.0-rc.1 | 230 | 11/5/2020 |
1.0.0-preview3 | 693 | 8/24/2020 |
1.0.0-preview2 | 636 | 7/27/2020 |
1.0.0-preview1 | 586 | 7/26/2020 |
- New: `TranslateFromCulture` property to specify the source culture to translate from, if not specified default culture will be used.
- New: All default validation attributes errors, model binding errors and identity errors are customizable/localizable via `XLocalizerOptions` or Json See https://docs.ziyad.info/en/XLocalizer/v1.0/setup-json.md.
Deprected:
- Express validation attributes are deprected. Use default attributes instead. A new approach has been introduced that allows to customize/localize all framework default validation attributes without the need to use Ex valdiaton attributes.
See all docs: https://docs.ziyad.info/en/XLocalizer/v1.0/index.md
Release notes: https://github.com/LazZiya/XLocalizer/releases