PritamBaldota.JqueryResourceLocalization 1.0.2

dotnet add package PritamBaldota.JqueryResourceLocalization --version 1.0.2
NuGet\Install-Package PritamBaldota.JqueryResourceLocalization -Version 1.0.2
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="PritamBaldota.JqueryResourceLocalization" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PritamBaldota.JqueryResourceLocalization --version 1.0.2
#r "nuget: PritamBaldota.JqueryResourceLocalization, 1.0.2"
#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.
// Install PritamBaldota.JqueryResourceLocalization as a Cake Addin
#addin nuget:?package=PritamBaldota.JqueryResourceLocalization&version=1.0.2

// Install PritamBaldota.JqueryResourceLocalization as a Cake Tool
#tool nuget:?package=PritamBaldota.JqueryResourceLocalization&version=1.0.2

Create client side (JavaScript) based Resource Localization in any web application. Extremely light-weight library, just 3KB (Minified) and 8KB(Debug) version.

Implementing client side localization into any web application is always challenge. Most of web technologies provide localization using server-side technologies. For e.g. .Net application uses Resources Files(.resx) to implement localization into globalize application.

Nowadays world is extensively moving towards Asynchronous development models like AJAX / SPA. Several frameworks, libraries are already available on the web. To access these server side resources requires custom REST services / handlers to be additionally implemented into the host application.

This plugin makes life easier where you can manage all your localized resources into plain Text or JavaScript file. Based on current culture provided to this plugin, it loads associated resource entries for use. To enhance performance it uses Cache mechanication for subsequent Initialization calls. So now no more server side development required for managing locationzation. It can be used in any web applications like SharePoint On-Premise / Online, Php, ASP.Net MVC, JAVA and many more as long as these technologies supports JavaScript.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
1.0.2 2,538 10/24/2015
1.0.1 1,474 6/3/2015
1.0.0 1,551 5/31/2015

Fixed Caching issue.