LazZiya.ExpressLocalization
3.0.0-preview2
See the version list below for details.
dotnet add package LazZiya.ExpressLocalization --version 3.0.0-preview2
NuGet\Install-Package LazZiya.ExpressLocalization -Version 3.0.0-preview2
<PackageReference Include="LazZiya.ExpressLocalization" Version="3.0.0-preview2" />
<PackageVersion Include="LazZiya.ExpressLocalization" Version="3.0.0-preview2" />
<PackageReference Include="LazZiya.ExpressLocalization" />
paket add LazZiya.ExpressLocalization --version 3.0.0-preview2
#r "nuget: LazZiya.ExpressLocalization, 3.0.0-preview2"
#:package LazZiya.ExpressLocalization@3.0.0-preview2
#addin nuget:?package=LazZiya.ExpressLocalization&version=3.0.0-preview2&prerelease
#tool nuget:?package=LazZiya.ExpressLocalization&version=3.0.0-preview2&prerelease
Express localization settings package for dotnet core web appliations.
Localize (Views, DataAnnotations, ModelBinding, IdentityErrors, Client side validation errors and scripts) and add RouteValueRequestCultureProivder with one clean step.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.0
- LazZiya.TagHelpers (>= 2.2.1)
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.RazorPages (>= 2.0.0)
- Microsoft.Extensions.Identity.Core (>= 2.0.0)
-
.NETCoreApp 2.1
- LazZiya.TagHelpers (>= 2.2.1)
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.RazorPages (>= 2.0.0)
- Microsoft.Extensions.Identity.Core (>= 2.0.0)
-
.NETCoreApp 2.2
- LazZiya.TagHelpers (>= 2.2.1)
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.RazorPages (>= 2.0.0)
- Microsoft.Extensions.Identity.Core (>= 2.0.0)
-
.NETCoreApp 3.0
- LazZiya.TagHelpers (>= 3.0.0-preview1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LazZiya.ExpressLocalization:
Repository | Stars |
---|---|
teduinternational/eShopSolution
eShopSolution is a tutorial solution for everyone using .NET Core 3.1
|
Version | Downloads | Last Updated | |
---|---|---|---|
5.0.0-beta2 | 1,923 | 6/1/2020 | |
5.0.0-beta1 | 546 | 5/17/2020 | |
4.0.4 | 22,948 | 9/29/2020 | |
4.0.3 | 1,553 | 9/24/2020 | |
4.0.2 | 8,358 | 8/11/2020 | |
4.0.1 | 5,600 | 5/19/2020 | |
4.0.0 | 5,912 | 3/27/2020 | |
4.0.0-preview1 | 1,660 | 2/20/2020 | |
3.2.0 | 2,839 | 1/16/2020 | |
3.1.3 | 3,278 | 12/18/2019 | |
3.1.3-preview1 | 1,372 | 11/11/2019 | |
3.1.2 | 2,043 | 10/8/2019 | |
3.1.1 | 1,746 | 9/27/2019 | |
3.0.0 | 1,801 | 9/25/2019 | |
3.0.0-preview2 | 1,360 | 9/22/2019 | |
3.0.0-preview1 | 1,340 | 9/2/2019 | |
2.0.1 | 3,179 | 6/22/2019 | |
2.0.0 | 1,658 | 6/16/2019 | |
1.1.2 | 1,608 | 6/13/2019 | |
1.1.1 | 1,684 | 6/3/2019 | |
1.1.0 | 1,567 | 5/26/2019 | |
1.0.0 | 1,579 | 5/19/2019 |
- Added support for DotNetCore 3.0
- New localizing method 'GetLocalizedString' added for backend text localization
- Obsolete method: 'Text' to be removed in feature release, use GetLocalizedString instead.