PDA

View Full Version : Microsoft offers globalization for JavaScript apps


fspro
06-16-2010, 10:47 PM
Microsoft released late last week a prototype of its jQuery Globalization Plugin for adding globalization to JavaScript applications, a Microsoft official said in a blog post.

The plugin works with the jQuery JavaScript library, which is supported in Microsoft's Visual Studio IDE (http://www.infoworld.com/d/developer-world/microsoft-back-jquery-library-883).

"This plugin includes globalization information for over 350 cultures ranging from Scottish Gaelic, Frisian, Hungarian, Japanese, to Canadian English. We will be releasing this plugin to the community as open-source," said Scott Guthrie, corporate vice president in the Microsoft Developer Division, in his blog. (http://weblogs.asp.net/scottgu/archive/2010/06/10/jquery-globalization-plugin-from-microsoft.aspx)

Downloadable from Microsoft's Github repository (http://github.com/nje/jquery-glob), the prototype plugin lets developers parse and format numbers, currencies, and dates for different cultures in JavaScript, Guthrie said. The plugin uses language tags defined in the RFC 4646 and 5646 standards to identify cultures.

The download includes a folder called "globinfo," which contains information for each of the 350 cultures.

Persons commenting on Guthrie's blog were mostly positive about the plugin.

"This will definitely save me some time on our next project. Globalization/Localization is a major point in our ASP.net applications and there was a lack in the availability of appropriate libs on the client-side," said one commenter.

Microsoft recently made available internationalized versions of Visual Studio 2010. (http://www.infoworld.com/d/developer-world/microsoft-visual-studio-2010-goes-international-141)

Source: http://www.itworld.com/development/110923/microsoft-offers-globalization-javascript-apps?source=itw_rss
(http://www.itworld.com/development/110923/microsoft-offers-globalization-javascript-apps?source=itw_rss)