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.
#:package Localization.i18N.ASP.NET@0.0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code 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 8,316 6/19/2013
0.0.343.874 7,156 12/10/2011
0.0.343.870 6,164 12/10/2011
0.0.342.1063 6,844 12/9/2011
0.0.342.1054 6,168 12/9/2011
0.0.342.1049 6,891 12/9/2011
0.0.168.2 6,016 6/18/2013
0.0.0.5 6,852 12/8/2011
0.0.0.4 6,208 12/8/2011
0.0.0.3 6,929 11/28/2011
0.0.0.1 7,013 11/28/2011