Localization.i18N.ASP.NET 0.0.0.1

There is a newer version of this package available.
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
                    
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="Localization.i18N.ASP.NET" Version="0.0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Localization.i18N.ASP.NET" Version="0.0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Localization.i18N.ASP.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Localization.i18N.ASP.NET --version 0.0.0.1
                    
#r "nuget: Localization.i18N.ASP.NET, 0.0.0.1"
                    
#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.
#addin nuget:?package=Localization.i18N.ASP.NET&version=0.0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Localization.i18N.ASP.NET&version=0.0.0.1
                    
Install as a Cake Tool

     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!

There are no supported framework assets in this package.

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 7,033 6/19/2013
0.0.343.874 6,711 12/10/2011
0.0.343.870 5,703 12/10/2011
0.0.342.1063 6,379 12/9/2011
0.0.342.1054 5,720 12/9/2011
0.0.342.1049 6,396 12/9/2011
0.0.168.2 5,570 6/18/2013
0.0.0.5 6,420 12/8/2011
0.0.0.4 5,748 12/8/2011
0.0.0.3 6,460 11/28/2011
0.0.0.1 6,532 11/28/2011