|
Locale
Language, region, message bundle, etc., can be obtained with the gadget locale.
jQuery.msg, jQuery.pref en, ja Obtaining LanguagejQuery.pref can be used to obtain the language. var lang = $.pref('lang');Obtaining the RegionjQuery.pref can be used to obtain the region var country = $.pref('country');Obtaining the Message BundlejQuery.msg can be used to obtain the message bundle var message = $.msg('notfound');HTML UnescapejQuery.pref and jQuery.msg are HTML unescapes |
► Sign in to add a comment