PritamBaldota.JqueryCultureInfo 1.0.1

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

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

Accessing Culture Information for all available cultures in JavaScript is always difficult and most of the web developer has to search on internet for this information. There may be several options available to fetch this information into Server-side technologies like ASP.Net, JAVA, PHP, and etc. But in JavaScript it is very difficult to find this information at one place.

To solve this problem, I have created small jQuery plugin which will give you this information at one place. You can search for Culture information by LCID (for e.g. 1033) or by Culture Name (for e.g. en-US), which will return you JSON Object. This plugin can be used in any of your favorite application which supports JavaScript.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PritamBaldota.JqueryCultureInfo:

Package Downloads
PritamBaldota.JqueryResourceLocalization

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 4,262 5/29/2015

See demo.html file for usage.