How to load jqueryui from google CDN with locale different than english?
Posted
by WooYek
on Stack Overflow
See other posts from Stack Overflow
or by WooYek
Published on 2010-03-10T15:19:57Z
Indexed on
2010/05/05
20:28 UTC
Read the original article
Hit count: 231
I would like load a different than English language locale for jqueryui, while loading jqueryui form Google AJAX Libraries API CDN?
Is there a way to pass I18n parameter into load function?
google.load("jqueryui", "1.7.2")
I have also tried as per jQueryUI documentation on date picker internationalization to pass:
$(selector).datepicker($.datepicker.regional['pl']);
... but it did not do the trick :(
© Stack Overflow or respective owner