Localization.i18N.ASP.NET
0.0.0.1
See the version list below for details.
dotnet add package Localization.i18N.ASP.NET --version 0.0.0.1
NuGet\Install-Package Localization.i18N.ASP.NET -Version 0.0.0.1
<PackageReference Include="Localization.i18N.ASP.NET" Version="0.0.0.1" />
paket add Localization.i18N.ASP.NET --version 0.0.0.1
#r "nuget: Localization.i18N.ASP.NET, 0.0.0.1"
// Install Localization.i18N.ASP.NET as a Cake Addin #addin nuget:?package=Localization.i18N.ASP.NET&version=0.0.0.1 // Install Localization.i18N.ASP.NET as a Cake Tool #tool nuget:?package=Localization.i18N.ASP.NET&version=0.0.0.1
Localizating ASP.NET MVC views with .resx resources will make your view literally unreadable. Now you can keep the text transparent and at the same time localized straight away.
Keypoints:
Inline text localization i.e. @_("My localized text")
Support for arguments i.e. @_("Your age is {0}", model.Age)
Expression and/or arguments HtmlEncoded as you need it: @_, @__ and @___
Orchard familiar? @T("text") alias available
Need plural expressions? No prolbem! @_s("I have one car", "I have {0} cars", model.Count)
..and much more!
Learn more about Target Frameworks and .NET Standard.
This package has 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.
Version | Downloads | Last updated |
---|---|---|
0.1.169 | 6,579 | 6/19/2013 |
0.0.343.874 | 6,347 | 12/10/2011 |
0.0.343.870 | 5,361 | 12/10/2011 |
0.0.342.1063 | 6,015 | 12/9/2011 |
0.0.342.1054 | 5,391 | 12/9/2011 |
0.0.342.1049 | 6,019 | 12/9/2011 |
0.0.168.2 | 5,221 | 6/18/2013 |
0.0.0.5 | 6,039 | 12/8/2011 |
0.0.0.4 | 5,454 | 12/8/2011 |
0.0.0.3 | 6,071 | 11/28/2011 |
0.0.0.1 | 6,165 | 11/28/2011 |