My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Locale  
Language, region, message bundle, etc., can be obtained with the gadget locale.
jQuery.msg, jQuery.pref
en, ja
Updated Feb 26, 2010 by nakajim...@gmail.com

Obtaining Language

jQuery.pref can be used to obtain the language.

  var lang = $.pref('lang');

Obtaining the Region

jQuery.pref can be used to obtain the region

  var country = $.pref('country');

Obtaining the Message Bundle

jQuery.msg can be used to obtain the message bundle

  var message = $.msg('notfound');

HTML Unescape

jQuery.pref and jQuery.msg are HTML unescapes


Sign in to add a comment
Powered by Google Project Hosting